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