import type { ISuggestionsStyleProps, ISuggestionsStyles } from './Suggestions.types'; export declare function getStyles(props: ISuggestionsStyleProps): ISuggestionsStyles;