import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
/** @deprecated */
declare const ArrowSmallDownIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default ArrowSmallDownIcon;
