import type { FightingSize } from '../../_interface'; import type { BasicType } from '../../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly zebra: BasicType; readonly center: BasicType; readonly textColor: BasicType, string | null>; readonly borderColor: BasicType, string | null>; readonly size: BasicType, FightingSize | null>; readonly maxHeight: BasicType, string | number | null>; readonly zebraColor: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly center: BasicType; readonly textColor: BasicType, string | null>; readonly borderColor: BasicType, string | null>; readonly size: BasicType, FightingSize | null>; readonly maxHeight: BasicType, string | number | null>; readonly zebraColor: BasicType, string | null>; }>>, { readonly center: boolean; readonly size: FightingSize; readonly borderColor: string; readonly zebra: boolean; readonly textColor: string; readonly maxHeight: string | number; readonly zebraColor: string; }>; export default _sfc_main;