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