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