export interface IParamsData { [key: string]: any; } export interface IParamsColumn { dataIndex: string; key: string; title?: string; [key: string]: any; } export interface IParamsOption { label: string; value: string; } export declare const paramsOptions: { label: string; value: string; }[]; export declare const contentTypeOptions: IParamsOption[]; export declare const paramsTableProps: { readonly dataSource: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; readonly columns: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; readonly options: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; }; export declare const paramsTableRowProps: { readonly columns: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; readonly dataSource: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; readonly data: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => {}, boolean>; readonly options: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; }; export declare const paramsTableEmits: { add: (value: string) => boolean; };