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