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