import type Card from './card.vue'; import type { ExtractPropTypes, StyleValue } from 'vue'; export declare const cardProps: { readonly header: import("element-plus/es/utils").BuildPropReturn; readonly bodyStyle: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly shadow: import("element-plus/es/utils").BuildPropReturn; }; export declare type CardProps = ExtractPropTypes; export declare type CardInstance = InstanceType;