import { CheckBoxCellProps } from './type'; declare const CheckBoxCell: { ({ ...props }: CheckBoxCellProps): import("react/jsx-runtime").JSX.Element; defaultProps: { checkBoxStyle: {}; containerStyle: {}; disabled: boolean; initiallyChecked: boolean; label: string; onChange: () => void; }; }; export default CheckBoxCell; //# sourceMappingURL=index.d.ts.map