import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconHardDrivesLight: import("svelte").Component<$$ComponentProps, {}, "">; type IconHardDrivesLight = ReturnType; export default IconHardDrivesLight;