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