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