export interface LuxTooltipContext {
    message: string;
}
