/**
 * Internal dependencies
 */
import type { BaseOptionProps } from './types';
declare function BaseOption({ help, label, isChecked, onChange, children }: BaseOptionProps): import("react").JSX.Element;
export default BaseOption;
//# sourceMappingURL=index.d.ts.map