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