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