import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent; default: string; }; nodataText: { type: PropType; default: string; }; color: { type: PropType; default: string; }; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ nodataType: { type: PropType<"n0" | "n1" | "n2" | "n3">; default: string; }; nodataText: { type: PropType; default: string; }; color: { type: PropType; default: string; }; }>> & Readonly<{}>, { color: string; nodataType: "n0" | "n1" | "n2" | "n3"; nodataText: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; export default _default;