import type { IFloatingSuggestionsListStyleProps, IFloatingSuggestionsListStyle } from './FloatingSuggestionsList.types'; export declare const getStyles: (props: IFloatingSuggestionsListStyleProps) => IFloatingSuggestionsListStyle;