import { EditorHost } from '../core'; import { IAlign, IFontStyle, IVerticalAlign } from '../types'; type __VLS_Props = { host: EditorHost; text?: string; fill?: string; fontSize: number; align: IAlign; verticalAlign: IVerticalAlign; fontStyle?: IFontStyle; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { update: (property: string, value: any) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onUpdate?: ((property: string, value: any) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;