type $$ComponentProps = { height?: number; width?: number; }; declare const ArrowBackIcon: import("svelte").Component<$$ComponentProps, {}, "">; type ArrowBackIcon = ReturnType; export default ArrowBackIcon;