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