import * as React from 'react'; export declare const prefixCls = "amd-guide-modal"; export declare function renderOuterStep(id: string, prevId?: string): any; export declare function clearOutStep(id: string): void; export declare function buildChildren(children: React.ReactNode, displayName: string, props: object | Function): any;