export declare function useDocumentEvent(type: T, listener: (this: Document, ev: DocumentEventMap[T]) => void, enabled?: boolean, capture?: boolean): void;