interface Props {
    class?: string;
    size?: number | string;
}
declare const CloseIcon: import("svelte").Component<Props, {}, "">;
type CloseIcon = ReturnType<typeof CloseIcon>;
export default CloseIcon;
//# sourceMappingURL=CloseIcon.svelte.d.ts.map