import type { TextStyle } from '../TextStyle';
/**
 * Generates a unique key for the text style.
 * @param style - The style to generate a key for.
 * @returns the key for the style.
 * @internal
 * @deprecated 8.12.0
 */
export declare function generateTextStyleKey(style: TextStyle): string;
