export type IModalType = 'textarea' | 'code' | 'batch'; export declare const apiModalProps: { readonly type: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, "textarea", boolean>; readonly open: import("ll-plus/es/utils").EpPropFinalized; readonly value: import("ll-plus/es/utils").EpPropFinalized; }; export declare const apiModalEmits: { 'update:open': (open: boolean) => boolean; 'update:value': (value: string) => boolean; ok: (value: string) => boolean; };