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