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