import type * as React from "react"; import { type ClassValue } from "clsx"; export declare function cn(...inputs: ClassValue[]): string; export declare function stopInteractivePropagation(event: React.SyntheticEvent): void;