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