///
import * as styles from './Autosuggest.styles';
export * from './Autosuggest';
export * from './AutosuggestField';
export declare const Autosuggest: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
} & {
StaticItem: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};
Item: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};
Formik: ({ field, form, ...props }: any) => JSX.Element;
ReduxForm: ({ input, meta, ...props }: any) => JSX.Element;
};
export declare const AutosuggestField: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
} & {
Formik: ({ field, form, ...props }: any) => JSX.Element;
ReduxForm: ({ input, meta, ...props }: any) => JSX.Element;
};
export { styles as autosuggestStyles };