import { JSX } from "solid-js";
import { ElementType, HTMLHopeProps } from "../types";
export declare type PopoverContentProps<C extends ElementType = "section"> = HTMLHopeProps<C>;
/**
 * The popover content container.
 */
export declare function PopoverContent<C extends ElementType = "section">(props: PopoverContentProps<C>): JSX.Element;
export declare namespace PopoverContent {
    var toString: () => string;
}
//# sourceMappingURL=popover-content.d.ts.map