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