export default class MouseApi { static state(args: { isMousedown: boolean; }): void; }