///
import { BoxProps } from '../Box';
export declare type LocalAutosuggestStaticItemProps = {};
export declare type AutosuggestStaticItemProps = BoxProps & LocalAutosuggestStaticItemProps;
export declare const AutosuggestStaticItem: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};