export declare const textPropsAvailable: { color: { properties: string[]; }; textColor: { properties: string[]; }; textAlign: { properties: string[]; }; textTransform: { properties: string[]; }; fontFamily: { properties: string[]; }; fontSize: { properties: string[]; }; fontStyle: { properties: string[]; }; fontWeight: { properties: string[]; }; lineHeight: { properties: string[]; }; };