import { LocalizedString, LocalizedStrings } from '@internationalized/string'; export declare const dataTableMessagesStrings: LocalizedStrings; /** * Available message keys for DataTable component */ export type DataTableMessageKey = "comfortable" | "comfortableAriaLabel" | "compact" | "compactAriaLabel" | "dataTable" | "dataTableBody" | "dataTableHeader" | "expandRows" | "fullText" | "fullTextAriaLabel" | "hiddenColumns" | "hiddenColumnsAriaLabel" | "hideColumn" | "layoutSettings" | "layoutSettingsAriaLabel" | "noHiddenColumns" | "pinRows" | "reset" | "resizeColumn" | "rowDensity" | "rowDensityAriaLabel" | "searchHiddenColumns" | "selectRow" | "settings" | "settingsTabsAriaLabel" | "textPreviews" | "textPreviewsAriaLabel" | "textVisibility" | "textVisibilityAriaLabel" | "visibleColumns" | "visibleColumnsAria" | "visibleColumnsList";