export declare const actionListGroupLabel: () => string; export declare const actionListGroupLabelSingleSelect: () => string; export declare const actionListGroupLabelMultiSelect: () => string; export declare const visuallyHiddenAssistiveText: () => string; export declare const pagination: () => string; export declare const firstPage: () => string; export declare const lastPage: () => string; export declare const previousPage: () => string; export declare const nextPage: () => string; export declare const goToFirstPage: () => string; export declare const goToLastPage: () => string; export declare const goToPreviousPage: () => string; export declare const goToNextPage: () => string; export declare const currentPage: () => string; export declare const pageNumber: (value: number) => string; export declare const valueMissing: () => string; export declare const emailMismatch: () => string; export declare const urlMismatch: () => string; export declare const correctnessMismatch: () => string; export declare const patternMismatch: () => string; export declare const tooLong: () => string; export declare const tooShort: () => string; export declare const rangeUnderflow: () => string; export declare const rangeOverflow: () => string; export declare const stepMismatch: () => string; export declare const badInput: () => string; export declare const optionalSuffix: () => string; export declare const atLeastOneOption: () => string; export declare const allOptions: () => string; export declare const removeSelection: (capitalizeFirstLetter?: boolean) => string; export declare const weCouldNotLoadOptions: () => string; export declare const tryAgainOrIfTheProblemPersists: () => string; export declare const loadingOptions: () => string; export declare const searchOrSelectAnOption: () => string; export declare const noResultsFound: (searchTerm?: string) => string; export declare const tryADifferentSearchTerm: () => string; export declare const thereAreOptionsToBrowse: () => string; export declare const characterOverage: (overage: number) => string; export declare const charactersRemaining: (remaining: number) => string; export declare const itemsShortage: (shortage: number) => string; export declare const itemsOverage: (overage: number) => string; export declare const clearField: () => string; export declare const showPassword: () => string; export declare const hidePassword: () => string; export declare const selectAnOption: () => string; export declare const selections: () => string; export declare const multiselectable: () => string; export declare const ellipsis: () => string; export declare const selectedDateSuffix: (day: number, month: string, year: number) => string; export declare const openDatePickerLabel: () => string; export declare const closeDatePickerLabel: () => string; export declare const dateFormatHint: () => string; export declare const dateNotAvailable: () => string; export declare const monthNames: () => string[]; export declare const weekdayNamesShort: () => string[]; export declare const weekdayNames: () => string[]; export declare const monthNamesGenitive: () => string[]; export declare const showToday: () => string; export declare const clearDate: () => string; export declare const previousMonth: () => string; export declare const nextMonth: () => string; export declare const monthLabel: () => string; export declare const yearLabel: () => string; export declare const selectMonth: () => string; export declare const selectYear: () => string; export declare const mediaDefaultError: () => string; export declare const mediaAbortedError: () => string; export declare const mediaNetworkError: () => string; export declare const mediaDecodeError: () => string; export declare const mediaFormatError: () => string; export declare const close: () => string; export declare const warning: () => string; export declare const contentScrollArea: () => string; export declare const notification: () => string; export declare const breadcrumb: () => string; export declare const showFullBreadcrumbTrail: () => string; export declare const checkboxGroupExpandButtonLabel: (text: string) => string; export declare const stepCompleted: () => string;