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