export declare const defaults: { readonly apply: "Apply"; readonly billion: "Billion"; readonly cancel: "Cancel"; readonly collapse: "Collapse"; readonly close: "Close"; readonly deselect: "Deselect"; readonly expand: "Expand"; readonly million: "Million"; readonly save: "Save"; readonly select: "Select"; readonly remove: "Remove"; readonly min: "Min"; readonly max: "Max"; readonly copy: "Copy"; readonly clearSelection: "Clear selection"; readonly clearSearch: "Clear search"; readonly 'Upload.placeholder': "or drag and drop file(s) here."; readonly 'Upload.uploadButton': "Select file(s)"; readonly 'Upload.uploadSingleButton': "Select file"; readonly 'Upload.removeFile': "Remove file"; readonly 'Table.all': "all"; readonly 'Table.row': "row"; readonly 'Select.placeholder': "Select"; readonly 'Pagination.prevPage': "Previous page"; readonly 'Pagination.nextPage': "Next page"; readonly 'Pagination.itemsPerPage': "Items per page"; readonly 'Pagination.XtoYofZ': "{startItem} to {endItem} of {count} items"; readonly 'Pagination.pageXofY': "Page {index} of {numberOfPages}"; readonly 'Password.show': "Show password"; readonly 'Password.hide': "Hide password"; readonly 'FormControl.required': "required"; readonly 'DateRange.to': "to"; readonly 'DateRange.placeholder': "Set a date range"; readonly 'CodeBlock.copied': "Copied"; readonly 'Gauge.unknown': "Unknown"; readonly 'Gauge.remaining': "Remaining"; readonly valueUndefined: "Value undefined"; readonly progressBar: "Progress bar"; readonly 'DateRange.start': "Select a start date"; readonly 'DateRange.end': "Select an end date"; readonly 'DateInput.field': "Select a date"; }; export declare type MessageKeys = keyof typeof defaults; export declare const enUS: Record; /** -------------------------------------------------------------- */ /** -------------------------------------------------------------- */ export declare const deDE: Record; export declare const frFR: Record; export declare const jaJP: Record; export declare const esES: Record; export declare const itIT: Record; export declare const zhCN: Record;