/** * Handles fullstop placement at the end of tooltip messages. */ export declare const cleanupTooltipMessage: (message: string) => string;