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