import type { CardShadow } from './src/interface'; import type { DefineComponent, PropType, StyleValue, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../../utils'; import Card from "./src/card"; export declare const FzCard: Install; 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 type CardInstance = InstanceType; export * from './src/interface'; export default FzCard;