import type { CardShadow, CardClose } from './interface'; import type { BasicType } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly title: BasicType, string | null>; readonly round: BasicType; readonly padding: BasicType, string | number | null>; readonly shadow: BasicType, CardShadow | null>; readonly borderColor: BasicType, string | null>; readonly background: BasicType, string | null>; readonly titleColor: BasicType, string | null>; readonly titleBold: BasicType; readonly close: BasicType; readonly onClose: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly round: BasicType; readonly padding: BasicType, string | number | null>; readonly shadow: BasicType, CardShadow | null>; readonly borderColor: BasicType, string | null>; readonly background: BasicType, string | null>; readonly titleColor: BasicType, string | null>; readonly titleBold: BasicType; readonly close: BasicType; readonly onClose: BasicType, null>; }>>, { readonly close: boolean; readonly title: string; readonly round: boolean; readonly background: string; readonly titleColor: string; readonly onClose: CardClose; readonly padding: string | number; readonly shadow: CardShadow; readonly borderColor: string; readonly titleBold: boolean; }>; export default _sfc_main;