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