import { Property } from "../../models"; interface LabelWithIconProps { property: Property; } /** * Render the label of a form field for a given property, with the corresponding * icon * @category Form custom fields */ export declare function LabelWithIcon({ property }: LabelWithIconProps): import("@emotion/react/jsx-runtime").JSX.Element; export {};