import { CMSType, Property } from "../../models"; interface FieldDescriptionPopoverProps { property: Property; } /** * Render the field description for a property * @category Form custom fields */ export declare function FieldDescription({ property }: FieldDescriptionPopoverProps): import("@emotion/react/jsx-runtime").JSX.Element; export {};