import * as react_jsx_runtime from 'react/jsx-runtime';
import { IconSvgProps } from './types.js';
import 'react';

declare const CloseIcon: (props: IconSvgProps & {
    "data-checked"?: string;
    isSelected?: boolean;
    isIndeterminate?: boolean;
    disableAnimation?: boolean;
    className?: string;
}) => react_jsx_runtime.JSX.Element;

export { CloseIcon };
