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