import { ExtractPropTypes } from 'vue'; export declare const cardShadow: string[]; export declare const cardProps: { readonly shadow: { readonly type: StringConstructor; readonly values: string[]; readonly default: "none"; }; readonly title: { readonly type: StringConstructor; readonly default: ""; }; }; export type CardProps = ExtractPropTypes;