export declare const UCard: import("unpack-ui/lib/utils").SFCWithInstall; readonly default: "never"; }; readonly headerStyle: { readonly type: import("vue").PropType; }; readonly bodyStyle: { readonly type: import("vue").PropType; }; readonly footerStyle: { readonly type: import("vue").PropType; }; }, { props: import("@vue/shared").LooseRequired<{ readonly shadow: "always" | "hover" | "never"; readonly header?: string; readonly headerStyle?: import("vue").StyleValue; readonly bodyStyle?: import("vue").StyleValue; readonly footerStyle?: import("vue").StyleValue; } & {}>; ns: { namespace: string; b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element?: string, modifier?: string) => string; bm: (blockSuffix?: string, modifier?: string) => string; bem: (blockSuffix?: string, element?: string, modifier?: string) => string; is: { (name: string, state: boolean): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; shadow: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly default: "never"; }; readonly headerStyle: { readonly type: import("vue").PropType; }; readonly bodyStyle: { readonly type: import("vue").PropType; }; readonly footerStyle: { readonly type: import("vue").PropType; }; }>>, { readonly shadow: "always" | "hover" | "never"; }, {}>> & Record; export * from './src/card'; export default UCard;