import { ObjectIdentifier } from "../../Domain/Api/DataTypes/ObjectIdentifier";
interface ObjectTypesProps {
    objects: ObjectIdentifier[];
    filter: string;
    identifierKeywords: string[];
}
export declare function ObjectTypes({ objects, filter, identifierKeywords }: ObjectTypesProps): import("react/jsx-runtime").JSX.Element;
export {};
