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