declare const tableSizes: { expandableIcon: string; itemsPerPageInputWidth: string; columnDividerWidth: string; filterButton: string; }; declare const tableColors: { background: string; headerText: string; headerBackground: string; rowFocusBackground: string; cellText: string; cellBorder: string; expandableIconBorder: string; emptyText: string; filterButtonBackground: string; filterButtonBorder: string; filterButtonHoverBorder: string; filterButtonActiveBackground: string; filterButtonActiveBorder: string; filterLabelText: string; }; declare const tableSpace: { headerPadding: string; cellPadding: string; sortingIconMarginLeft: string; expandableIconPadding: string; paginationMarginTop: string; emptyContentMargin: string; emptyContentPadding: string; filterButtonMarginRight: string; filterButtonMarginBottom: string; filterButtonPadding: string; filterButtonIconPadding: string; filterDropdownPadding: string; filterLabelContentPadding: string; }; declare const tableFontSizes: { header: string; cell: string; sortingIcon: string; expandableIcon: string; filterButton: string; }; declare const tableFontWeights: { header: number; cell: number; filterButton: number; filterLabel: number; filterBy: number; }; declare const tableLineHeights: { header: string; cell: string; sortingIcon: string; filterButton: string; }; declare const tableBorderWidths: { cell: string; expandableIcon: string; filterButton: string; }; declare const tableRadii: { expandableIcon: string; header: string; filterButton: string; }; declare const tableShadows: { columnDivider: string; }; export { tableSizes, tableColors, tableSpace, tableFontSizes, tableFontWeights, tableLineHeights, tableBorderWidths, tableRadii, tableShadows, };