import type { SVGProps } from "react"; export interface StandardSdIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function StandardSdIcon({ className, size, color, ...props }: StandardSdIconProps): import("react").JSX.Element; //# sourceMappingURL=standard-sd-icon.d.ts.map