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