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