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