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 contentSize: BasicType, string | number | null>; readonly contentColor: BasicType, string | null>; readonly imageSrc: BasicType, string | null>; readonly imageSize: BasicType, string | number | null>; readonly background: BasicType, string | null>; readonly iconSize: BasicType, string | number | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly contentSize: BasicType, string | number | null>; readonly contentColor: BasicType, string | null>; readonly imageSrc: BasicType, string | null>; readonly imageSize: BasicType, string | number | null>; readonly background: BasicType, string | null>; readonly iconSize: BasicType, string | number | null>; }>>, { readonly background: string; readonly content: string; readonly contentSize: string | number; readonly contentColor: string; readonly imageSrc: string; readonly imageSize: string | number; readonly iconSize: string | number; }>; export default _sfc_main;