import { CheckboxType } from "../Checkbox/Checkbox.js";
declare const CheckboxIcon: ({ type, indeterminate, }: {
    indeterminate?: boolean;
    type?: CheckboxType;
}) => import("react/jsx-runtime").JSX.Element;
export default CheckboxIcon;
