import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue'; import { SFCWithInstall } from 'yc-pro-components/es/utils'; import { YcCardProps } from './src/type'; import { default as YcCard } from './src/index.vue'; export declare const YcCardWithInstall: SFCWithInstall<{ new (...args: any[]): CreateComponentPublicInstance; }; background: { type: PropType; default: string; }; height: { type: PropType; }; padding: { type: PropType; }; bodyClass: { type: PropType; default: string; }; shadow: { type: PropType<"hover" | "always" | "never">; default: string; }; radius: { type: PropType; default: number; }; }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{ width: { type: PropType; }; background: { type: PropType; default: string; }; height: { type: PropType; }; padding: { type: PropType; }; bodyClass: { type: PropType; default: string; }; shadow: { type: PropType<"hover" | "always" | "never">; default: string; }; radius: { type: PropType; default: number; }; }>>, { background: string; bodyClass: string; shadow: "hover" | "always" | "never"; radius: string | number; }, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ExtractPropTypes<{ width: { type: PropType; }; background: { type: PropType; default: string; }; height: { type: PropType; }; padding: { type: PropType; }; bodyClass: { type: PropType; default: string; }; shadow: { type: PropType<"hover" | "always" | "never">; default: string; }; radius: { type: PropType; default: number; }; }>>, {}, {}, {}, {}, { background: string; bodyClass: string; shadow: "hover" | "always" | "never"; radius: string | number; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & ComponentOptionsBase; }; background: { type: PropType; default: string; }; height: { type: PropType; }; padding: { type: PropType; }; bodyClass: { type: PropType; default: string; }; shadow: { type: PropType<"hover" | "always" | "never">; default: string; }; radius: { type: PropType; default: number; }; }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { background: string; bodyClass: string; shadow: "hover" | "always" | "never"; radius: string | number; }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { header?(_: {}): any; default?(_: {}): any; }; })>; export { YcCard }; export type { YcCardProps }; export default YcCard; export { YcCard as ReCard }; export type { YcCardProps as ReCardProps } from './src/type'; export type YcCardInstance = InstanceType;