import { CSSProperties, PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; export declare const thingProps: { title: StringConstructor; titleExtra: StringConstructor; description: StringConstructor; descriptionStyle: PropType; content: StringConstructor; contentStyle: PropType; contentIndented: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export type ThingProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ title: StringConstructor; titleExtra: StringConstructor; description: StringConstructor; descriptionStyle: PropType; content: StringConstructor; contentStyle: PropType; contentIndented: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; content: StringConstructor; contentStyle: PropType; contentIndented: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>>, { contentIndented: boolean; }>; export default _default;