import { HTMLChakraProps } from "../system"; export interface PopoverHeaderProps extends HTMLChakraProps<"header"> { } /** * PopoverHeader is the accessible header or label * for the popover's content, and it is first announced by screenreaders. */ export declare const PopoverHeader: import("../system").ComponentWithAs<"header", PopoverHeaderProps>;