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