import type { ExpandCardImageList, ExpandCardChange } from './interface'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly imageList: BasicType, ExpandCardImageList | null>; readonly round: BasicType; readonly expandIndex: BasicType; readonly color: BasicType, string | null>; readonly vertical: BasicType; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly onChange: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, ExpandCardImageList | null>; readonly round: BasicType; readonly expandIndex: BasicType; readonly color: BasicType, string | null>; readonly vertical: BasicType; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly onChange: BasicType, null>; }>>, { readonly round: boolean; readonly color: string; readonly width: string | number; readonly vertical: boolean; readonly onChange: ExpandCardChange; readonly height: string | number; readonly imageList: ExpandCardImageList; readonly expandIndex: number; }>; export default _sfc_main;