import { type CSSProperties, type PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; 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; 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; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;