export declare function useDocumentEvent(type: T, callback: (event: WindowEventMap[T]) => void): void;