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