import React from 'react'; import type { IconProps } from "./"; declare const CheckboxWithState: React.FC; export default CheckboxWithState;