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