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