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