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