import { type HTMLAttributes } from '@builder.io/qwik'; export type CloseIconProps = HTMLAttributes; export declare const CloseIcon: import("@builder.io/qwik").Component;