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