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