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