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