/// <reference types="powerapps-component-framework" />
/// <reference types="react" />
import { MetadataDB } from '@shko.online/componentframework-mock';
declare function MultiEntityFilter({ entityTypes, db, results, searchByEntityRecords, }: {
    entityTypes: string[];
    db: MetadataDB;
    results: ComponentFramework.LookupValue[];
    searchByEntityRecords: (entity?: string) => void;
}): JSX.Element;
export default MultiEntityFilter;
//# sourceMappingURL=MultiEntityFilter.d.ts.map
