import { DescriptorFormControl } from '.'; import { NVP } from '../shared/nvp'; export declare class DescriptorAutocomplete { /** * The search URL */ endpoint: string; /** * The display key */ displayKey: string; /** * Default params */ defaultParams: NVP[]; /** * List of filters */ filters: DescriptorFormControl[]; }