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