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