import AttributedString from "@smartface/native/global/attributedstring"; export declare function isEqualProps(a: AttributedString, b: AttributedString): boolean; export declare function isEqualFontProps(a: AttributedString['font'], b: AttributedString['font']): boolean; export declare function clearProps(t: AttributedString): any; export declare function updateTextDecorationColors(t: any): void; export declare function isPlainAttributedText(t: any): boolean;