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