/** * Threshold for hiding additional suggestions behind a show more button. * @internal */ export declare const DEFAULT_SUGGESTIONS_COUNT: { empty: number; filled: number; };