import type { BooleanFieldProps } from "../types/fields"; export declare function BooleanField({ id, label, description, mode, value, onChange, requiredTrue, yesLabel, noLabel, animationIndex, disabled, }: BooleanFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BooleanField.d.ts.map