import type { CheckboxProps } from '@blueprintjs/core'; import type { ControllerProps, FieldValues } from 'react-hook-form'; interface CheckControllerProps extends Omit, Pick, 'control' | 'name'> { controllerProps?: Omit, 'control' | 'name' | 'render'>; } export declare function CheckController(props: CheckControllerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CheckController.d.ts.map