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