export declare const TypeAheadSearchItem: { baseStyle: (props: Record) => { backgroundColor: any; _focus: { backgroundColor: any; }; _disabled: { backgroundColor: string; }; }; };