import React from 'react';
export declare const ModalFooterContainer: React.FC<{
    readonly children: React.ReactNode;
}>;
