import { InternalSelectProps } from '../Select/Select.styles'; export interface DataSourceObject { value: string; text: string; } export declare type DataSourceType = T & DataSourceObject; export interface AutoCompleteProps extends Omit, 'inputIcon' | 'loading' | 'mode' | 'optionLabelProp' | 'labelInValue'> { dataSource?: DataSourceType[]; } export declare const AutoComplete: import("../utils/types").ComponentWithAs<"div", AutoCompleteProps>; //# sourceMappingURL=AutoComplete.d.ts.map