/** * Threshold for hiding additional suggestions behind a show more button. * @internal */ export declare const DEFAULT_SUGGESTIONS_COUNT: { empty: number; filled: number; }; //# sourceMappingURL=suggestions-config.d.ts.map