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