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