import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue'; declare const CancelIcon: FunctionalComponent; export default CancelIcon;