import { SIZE } from '../constants'; export declare const getSizeProps: (rowSize?: SIZE) => { headerFontStyle: string; baseFontStyle: string; fontFamily: string; editorFontSize: string; lineHeight: number; cellHorizontalPadding: 16 | 4 | 6; cellVerticalPadding: 4 | 7 | 12; activeSizes: { readonly cellVerticalPadding: 12; readonly cellHorizontalPadding: 16; readonly textfieldSize: "s"; } | { readonly cellVerticalPadding: 7; readonly cellHorizontalPadding: 6; readonly textfieldSize: "s"; } | { readonly cellVerticalPadding: 4; readonly cellHorizontalPadding: 4; readonly textfieldSize: "xs"; }; };