import './index.css'; type CharcoalCheckboxInputProps = { invalid?: boolean; onChange?: (checked: boolean) => void; rounded?: boolean; }; type InputProps = React.HTMLProps; export type CheckboxInputProps = CharcoalCheckboxInputProps & Omit; declare const _default: import("react").MemoExoticComponent & import("react").RefAttributes>>; export default _default; //# sourceMappingURL=index.d.ts.map