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