import type { ExtractPublicPropTypes } from '../../_utils'; import { type CSSProperties, type PropType, type SlotsType, type VNode } from 'vue'; export declare const thingProps: { title: StringConstructor; titleExtra: StringConstructor; description: StringConstructor; descriptionClass: StringConstructor; descriptionStyle: PropType; content: StringConstructor; contentClass: StringConstructor; contentStyle: PropType; contentIndented: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export type ThingProps = ExtractPublicPropTypes; export interface ThingSlots { action?: () => VNode[]; avatar?: () => VNode[]; default?: () => VNode[]; description?: () => VNode[]; footer?: () => VNode[]; 'header-extra'?: () => VNode[]; header?: () => VNode[]; } declare const _default: import("vue").DefineComponent; content: StringConstructor; contentClass: StringConstructor; contentStyle: PropType; contentIndented: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; content: StringConstructor; contentClass: StringConstructor; contentStyle: PropType; contentIndented: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { contentIndented: boolean; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;