import { type IModalType } from './index'; export declare const clickInputProps: { readonly value: import("ll-plus/es/utils").EpPropFinalized; readonly disabled: import("ll-plus/es/utils").EpPropFinalized; readonly type: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, "textarea", boolean>; }; export declare const clickInputEmits: { 'update:value': (value: string) => boolean; };