import { ElementType, HTMLHopeProps } from "../types";
export declare type PopoverFooterProps<C extends ElementType = "footer"> = HTMLHopeProps<C>;
/**
 * PopoverFooter houses the action buttons of the popover.
 */
export declare function PopoverFooter<C extends ElementType = "footer">(props: PopoverFooterProps<C>): import("solid-js").JSX.Element;
export declare namespace PopoverFooter {
    var toString: () => string;
}
//# sourceMappingURL=popover-footer.d.ts.map