import * as React from "react";
import type { Props } from "./types";
declare const Checkbox: (props: Props) => React.JSX.Element;
export default Checkbox;
export { default as FakeCheckbox } from "./FakeCheckbox";
//# sourceMappingURL=index.d.ts.map