export declare const SpsSearchResultsBarExamples: { noCount: { label: string; description: string; examples: { noCount: { template: string; }; }; }; withCount: { label: string; description: string; examples: { withCount: { template: string; }; }; }; withCountAndTotal: { label: string; description: string; examples: { withCountAndTotal: { template: string; }; }; }; };