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