import type Card from './card.vue'; import type { ExtractPropTypes, StyleValue } from 'vue'; export declare const cardProps: { readonly header: import("@element-plus-next/vue-utils").EpPropFinalized; readonly bodyStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, "", boolean>; readonly shadow: import("@element-plus-next/vue-utils").EpPropFinalized; }; export declare type CardProps = ExtractPropTypes; export declare type CardInstance = InstanceType;