import type { SyntheticEvent } from 'react';
export declare const toggle: (e?: PointerEvent | SyntheticEvent<Element, Event> | undefined) => void;
