/** * Headline text displayed at the top of an `r-popover`. Place in the `headline` slot of `r-popover`. * * Example * ``` * * Need help? * * ``` * * @slot - Headline text displayed at the top of the popover */ export declare class PopoverHeadline { render(): any; }