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