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