/// <reference types="react" />
import { BaseComponent } from '../../Utilities';
export declare class DialogFooterBase extends BaseComponent<any, any> {
    render(): JSX.Element;
    private _renderChildrenAsActions();
}
