import { StyleTags } from '../../@declares';
import { TableTypes } from '.';
export declare const DefaultCellStyles: (type: TableTypes.Types, tone: TableTypes.Tones) => StyleTags.States;
export declare const DefaultCellSystemAdjustingStyles: (args: TableTypes.StylesCallbackInput) => StyleTags.Properties;
