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