export declare const HIGHLIGHT_NAME = "strato-typography-highlight"; /** * Gets or creates the shared text highlight. * All Highlight components share the same highlight instance. * @internal */ export declare function getOrCreateSharedHighlight(): Set | Highlight;