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