import type { ReactNode } from 'react';
export declare function useHeader(title: string, action?: ReactNode): void;
