/** * 兼容之前的 RootCloseWrapper 写法 */ export declare const RootClose: ({ children, onRootClose, ...props }: any) => any;