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