import { GlobalColumnSettings, TableItemSize } from './types'; export declare const getDataColumnPadding: (size: TableItemSize) => string; export declare const getRowColumnPadding: (size: TableItemSize) => string; export declare const getCustomImageSize: (size: TableItemSize) => string; export declare const getSubItemIndent: (size: TableItemSize) => string; export declare const getTableItemDescriptionSize: (size: TableItemSize) => string; export declare const getTablePadding: (size: TableItemSize) => { vertical: string; horizontal: string; }; export declare const getDataColumnContainerGridAutoColumns: (dataColumns: GlobalColumnSettings['dataColumns']) => string;