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