/** * @file LlUriInput组件引出 */ export declare const LlUriInput: import("ll-plus/es/utils").SFCWithInstall; readonly suffix: import("ll-plus/es/utils").EpPropFinalized; readonly addonAfter: import("ll-plus/es/utils").EpPropFinalized; readonly disabled: import("ll-plus/es/utils").EpPropFinalized; readonly placeholder: import("ll-plus/es/utils").EpPropFinalized; readonly showCopy: import("ll-plus/es/utils").EpPropFinalized; }>, { props: import("@vue/shared").LooseRequired; readonly suffix: import("ll-plus/es/utils").EpPropFinalized; readonly addonAfter: import("ll-plus/es/utils").EpPropFinalized; readonly disabled: import("ll-plus/es/utils").EpPropFinalized; readonly placeholder: import("ll-plus/es/utils").EpPropFinalized; readonly showCopy: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{ onChange?: (value: string) => any; "onUpdate:value"?: (value: string) => any; }> & {}>; emits: ((event: "change", value: string) => void) & ((event: "update:value", value: string) => void); attrs: import("vue").Attrs; formItemContext: import("ant-design-vue/es/form/FormItemContext").FormItemContext; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; copyText: import("vue").Ref; innerValue: import("vue").Ref; innerPrefix: import("vue").Ref; handleChange: () => void; handleBlur: (e: Event) => void; convertToString: (value: any) => string; readonly httpUriOptions: { label: string; value: string; }[]; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:value': (value: string) => boolean; change: (value: string) => boolean; }, string, import("vue").PublicProps, Readonly; readonly suffix: import("ll-plus/es/utils").EpPropFinalized; readonly addonAfter: import("ll-plus/es/utils").EpPropFinalized; readonly disabled: import("ll-plus/es/utils").EpPropFinalized; readonly placeholder: import("ll-plus/es/utils").EpPropFinalized; readonly showCopy: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{ onChange?: (value: string) => any; "onUpdate:value"?: (value: string) => any; }>, { readonly value: Date; readonly disabled: import("ll-plus/es/utils").EpPropMergeType; readonly placeholder: string; readonly addonAfter: string; readonly suffix: string; readonly showCopy: import("ll-plus/es/utils").EpPropMergeType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlUriInput; export * from './src/uri-input'; declare module 'vue' { interface GlobalComponents { LlUriInput: typeof LlUriInput; } }