import { Buildable } from '../../../types/formAndField'; import { CheckGateProps } from './CheckGate.types'; export declare const CheckGate: ({ id, fields, gateLabel, onUnchecked, rules, ...props }: Buildable) => JSX.Element; export default CheckGate;