export declare const SearchResultsStrings: { seeAllLink: string; results: string; modifiedBy: string; }; export declare const PaginationStrings: { nextBtn: string; previousBtn: string; tooManyPages: string; screenTipContent: string; }; export declare const FilterDateStrings: { anyTime: string; today: string; past24: string; pastWeek: string; pastMonth: string; past3Months: string; pastYear: string; olderThanAYear: string; reset: string; from: string; to: string; applyDates: string; selections: string; }; export declare const FilterCheckboxStrings: { reset: string; searchPlaceholder: string; apply: string; cancel: string; selections: string; }; export declare const SearchFiltersStrings: { resetAllFilters: string; noFilters: string; }; export declare const SearchSortStrings: { sortedByRelevance: string; sortDefault: string; sortAscending: string; sortDescending: string; }; export declare const SearchInputStrings: { searchPlaceholder: string; clearSearch: string; previousSearches: string; }; export declare const LanguageProviderStrings: {}; export declare const SearchInfosStrings: { searchQueryResultText: (keywords: any) => string; resultCountText: (count: any) => string; notFoundSuggestions: (keywords: any) => import("lit").TemplateResult<1>; didYouMean: (handlerFunction: any, updatedQueryString: any) => import("lit").TemplateResult<1>; }; export declare const ErrorMessageStrings: { errorMessage: string; }; export declare const strings: { language: string; _components: { "pnp-search-results": { seeAllLink: string; results: string; modifiedBy: string; }; "pnp-pagination": { nextBtn: string; previousBtn: string; tooManyPages: string; screenTipContent: string; }; "pnp-filter-date": { anyTime: string; today: string; past24: string; pastWeek: string; pastMonth: string; past3Months: string; pastYear: string; olderThanAYear: string; reset: string; from: string; to: string; applyDates: string; selections: string; }; "pnp-filter-checkbox": { reset: string; searchPlaceholder: string; apply: string; cancel: string; selections: string; }; "pnp-search-filters": { resetAllFilters: string; noFilters: string; }; "pnp-search-input": { searchPlaceholder: string; clearSearch: string; previousSearches: string; }; "pnp-language-provider": {}; "pnp-search-infos": { searchQueryResultText: (keywords: any) => string; resultCountText: (count: any) => string; notFoundSuggestions: (keywords: any) => import("lit").TemplateResult<1>; didYouMean: (handlerFunction: any, updatedQueryString: any) => import("lit").TemplateResult<1>; }; "pnp-error-message": { errorMessage: string; }; "pnp-search-sort": { sortedByRelevance: string; sortDefault: string; sortAscending: string; sortDescending: string; }; }; };