import { ElementType, HTMLHopeProps } from "../types";
export declare type PopoverHeaderProps = HTMLHopeProps;
/**
* PopoverHeader is the accessible header or label
* for the popover's content and it is first announced by screenreaders.
*/
export declare function PopoverHeader(props: PopoverHeaderProps): import("solid-js").JSX.Element;
export declare namespace PopoverHeader {
var toString: () => string;
}
//# sourceMappingURL=popover-header.d.ts.map