declare const useHeader: () => {
    on: (element: HTMLElement) => void;
    off: (element: HTMLElement) => void;
};
export default useHeader;
