import React from "react";
import type { BooleanFieldProps } from "../types";
/**
 * This field is used to display boolean values. It uses the {@link https://mantine.dev/core/tooltip `<Tooltip>`} values from Mantine.
 *
 * @see {@link https://refine.dev/docs/api-reference/mantine/components/fields/boolean} for more details.
 */
export declare const BooleanField: React.FC<BooleanFieldProps>;
//# sourceMappingURL=index.d.ts.map