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