import { CSSProperties, PropType } from "vue"; import { ExtractPublicPropTypes } from "../../util/extract-public-props"; import "./styles/index.css"; declare const cardProps: { title: StringConstructor; bordered: { type: BooleanConstructor; default: boolean; }; borderRadius: { type: PropType; default: string; }; boxShadow: { type: BooleanConstructor; default: boolean; }; segmented: PropType<"footer" | "header" | "content">; headerStyle: PropType; contentStyle: PropType; footerStyle: PropType; }; export declare type CardProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ title: StringConstructor; bordered: { type: BooleanConstructor; default: boolean; }; borderRadius: { type: PropType; default: string; }; boxShadow: { type: BooleanConstructor; default: boolean; }; segmented: PropType<"footer" | "header" | "content">; headerStyle: PropType; contentStyle: PropType; footerStyle: PropType; }, { cssVars: import("vue").ComputedRef<{ "--background-color": string; "--border-color": string; "--box-shadow": string; "--border-radius": string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; boxShadow: { type: BooleanConstructor; default: boolean; }; segmented: PropType<"footer" | "header" | "content">; headerStyle: PropType; contentStyle: PropType; footerStyle: PropType; }>>, { borderRadius: number | "small" | "base" | "medium" | "large"; boxShadow: boolean; bordered: boolean; }>; export default _default;