import React from 'react'; import { ActionProps } from '../../const'; /** * @title: 断网(客户端)提示页 * @Author: hongbing.wang * @Date: 2024-08-20 11:40 */ declare const _default: ({ className }: ActionProps) => React.JSX.Element; export default _default;