import { HTMLAttributes, type FC } from "react"; type Props = HTMLAttributes; export declare const TicketIcon: FC; export declare const PhoneIcon: FC; export declare const LetterIcon: FC; export declare const BallonWithHeartIcon: FC; export {};