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