/** * Checks if the event is a plain left click * @param evt - The event to check * @returns True if the event is a plain left click, false otherwise */ export declare function isNormalClick(evt: React.MouseEvent): boolean;