interface Props { size?: number; [key: string]: any; } declare const IconDeviceHdd: import("svelte").Component; type IconDeviceHdd = ReturnType; export default IconDeviceHdd;