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