import { PropertiesTableProps } from '../../shared/types';
export declare const pickNumberFormatProps: (keys: string[]) => PropertiesTableProps;
export declare const mainSizeProperty: PropertiesTableProps[string];
export declare const fontSizeProperty: PropertiesTableProps[string];
export declare const mainWeightProperty: PropertiesTableProps[string];
export declare const auxiliaryWeightProperty: PropertiesTableProps[string];
export declare const auxiliarySizeProperty: PropertiesTableProps[string];
export declare const skeletonProperty: PropertiesTableProps[string];
export declare const colorizeBySignProperty: PropertiesTableProps[string];
export declare const spacingProperties: PropertiesTableProps[string];
export declare const SharedValueProperties: PropertiesTableProps;
