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