import type { BasicType } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly content: BasicType, string | null>; readonly width: BasicType; readonly height: BasicType; readonly fontSize: BasicType, string | number | null>; readonly fontColor: BasicType, string | null>; readonly image: BasicType, string | null>; readonly block: BasicType; readonly zIndex: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly width: BasicType; readonly height: BasicType; readonly fontSize: BasicType, string | number | null>; readonly fontColor: BasicType, string | null>; readonly image: BasicType, string | null>; readonly block: BasicType; readonly zIndex: BasicType; }>>, { readonly fontSize: string | number; readonly width: number; readonly fontColor: string; readonly zIndex: number; readonly block: boolean; readonly height: number; readonly content: string; readonly image: string; }>; export default _sfc_main;