import { Property } from "../../models"; import React from "react"; export declare function getIdIcon(color?: "inherit" | "primary" | "secondary" | "action" | "disabled" | "error", fontSize?: "inherit" | "medium" | "large" | "small" | undefined): React.ReactNode; export declare function getIconForProperty(property: Property, color?: "inherit" | "primary" | "secondary" | "action" | "disabled" | "error", fontSize?: "inherit" | "medium" | "large" | "small" | undefined): React.ReactNode;