/// import type { EnableDeleteType, InnerRefType, MyProTableOriginType, MyProTableSelfType, MyProTableType, TableAlertOptionType, TableColumnOriginType, TableColumnSelfType, TableColumnTypeBase } from './types'; export declare const FORM_TYPE_LOCALE: { new: string; edit: string; read: string; }; declare const ProTable: (props: MyProTableType) => import("react/jsx-runtime").JSX.Element; export default ProTable; export declare const MyProTableSelfTypeComponent: React.FC; export declare const MyProTableOriginTypeComponent: React.FC; export declare const InnerRefTypeComponent: React.FC; export declare const TableAlertOptionTypeComponent: React.FC; export declare const TableColumnTypeBaseComponent: React.FC>; export declare const TableColumnSelfTypeComponent: React.FC>; export declare const TableColumnOriginTypeComponent: React.FC>; export declare const EnableDeleteTypeComponent: React.FC;