import { TClassProperties } from '../../typedefs'; import type { Text } from './Text'; export declare const textLayoutProperties: string[]; export declare const additionalProps: readonly [...string[], "underline", "overline", "linethrough", "textBackgroundColor", "direction", "_id", "editable", "fixedScaleChange", "fromCopy", "isPanel", "lines", "locked", "lockScalingFlip", "maxHeight", "obj_type", "panelObj", "preTop", "relationship", "shapeScaleX", "shapeScaleY", "subObjList", "tempTop", "userId", "whiteboardId", "zIndex", "verticalAlign"]; export declare const styleProperties: readonly ["fontSize", "fontWeight", "fontFamily", "fontStyle", "underline", "overline", "linethrough", "stroke", "strokeWidth", "fill", "deltaY", "textBackgroundColor"]; export declare const textDefaultValues: Partial>; //# sourceMappingURL=constants.d.ts.map