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