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