import { ExtractPropTypes, PropType } from 'vue'; import { BooleanType } from '../const/types'; import { IconType } from '../icon'; declare const cardProps: { bordered: { type: BooleanType; default: boolean; }; title: StringConstructor; icon: PropType; }; export type CardProps = ExtractPropTypes; declare const Card: import('vue').DefineComponent; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; }>> & Readonly<{}>, { bordered: boolean | undefined; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default Card;