import React from "react"; import { CheckBoxIconProps, IconBasicProps } from "../types"; declare const CheckBoxIcon: ({ style, className, checked, error, }: CheckBoxIconProps) => React.ReactElement; export default CheckBoxIcon;