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