import type { CardShadow } from './interface'; import type { DefineComponent, PropType, StyleValue, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly header: { readonly type: StringConstructor; readonly default: ""; }; readonly bodyStyle: { readonly type: PropType; readonly default: ""; }; readonly shadow: { readonly type: PropType; readonly default: "hover"; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly default: ""; }; readonly shadow: { readonly type: PropType; readonly default: "hover"; }; }>>, { readonly header: string; readonly bodyStyle: StyleValue; readonly shadow: CardShadow; }, {}>; export default _sfc_main;