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