import { TextCommonOption } from './type';
import { TextType } from '../../../types/text';
declare const _default: import('vue').DefineComponent<(TextCommonOption & {
    show?: boolean;
} & {
    prop: TextType;
}) | (import('echarts/types/dist/shared').AxisNameTextStyleOption & {
    show?: boolean;
} & {
    prop: TextType;
}) | (import('echarts/types/dist/shared').LabelOption & {
    show?: boolean;
} & {
    prop: TextType;
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<(TextCommonOption & {
    show?: boolean;
} & {
    prop: TextType;
}) | (import('echarts/types/dist/shared').AxisNameTextStyleOption & {
    show?: boolean;
} & {
    prop: TextType;
}) | (import('echarts/types/dist/shared').LabelOption & {
    show?: boolean;
} & {
    prop: TextType;
})> & Readonly<{}>, {
    show: boolean;
    prop: TextType;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
