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