import { type PropsWithChildren } from 'react'; export declare const TooltipSubheader: { (props: PropsWithChildren): null; displayName: string; };