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