import type { ExtractPropTypes } from 'vue'; import type Html from './html.vue'; export declare const htmlProps: { readonly value: import("ll-plus/es/utils").EpPropFinalized; readonly options: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => {}, boolean>; }; export type HtmlProps = ExtractPropTypes; export type HtmlInstance = InstanceType;