import { SVGProps } from 'react'; export interface TUVProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * Tuvalu — TUV icon from flag category * * @example * * */ export declare const TUV: ({ size, ...props }: TUVProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=tuv.d.ts.map