import React from 'react'; import './index.less'; import { BaseModalProps } from '@/types'; import { LocaleFunction } from '@lingxiteam/types'; interface ExpSQLServiceModalProps extends BaseModalProps { appId: string; pageId: string; getLocale?: LocaleFunction; initSuccess: Function; } declare const ExpSQLServiceModal: React.ForwardRefExoticComponent>; export default ExpSQLServiceModal;