import { IFloatingSuggestionItemStylesProps, IFloatingSuggestionItemStyles } from './FloatingSuggestionsItem.types';
export declare const getStyles: (props: IFloatingSuggestionItemStylesProps) => IFloatingSuggestionItemStyles;
