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