import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const CloseIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default CloseIcon;
