import type { Component, ExtractPublicPropTypes, PropType } from 'vue'; import type { ThemeClassesOverride, VariantValues } from '@vuecs/core'; import type { StepperThemeClasses } from './types'; declare const stepperDescriptionProps: { /** Render the consumer's slot child as the description root (Reka `asChild` pattern). */ asChild: { type: BooleanConstructor; default: boolean; }; /** HTML tag to render. */ as: { type: PropType; default: string; }; /** Theme-class overrides for this component instance. */ themeClass: { type: PropType>; default: undefined; }; /** Theme-variant values for this component instance. */ themeVariant: { type: PropType; default: undefined; }; }; export type StepperDescriptionProps = ExtractPublicPropTypes; declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent; default: string; }; /** Theme-class overrides for this component instance. */ themeClass: { type: PropType>; default: undefined; }; /** Theme-variant values for this component instance. */ themeVariant: { type: PropType; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; /** Theme-class overrides for this component instance. */ themeClass: { type: PropType>; default: undefined; }; /** Theme-variant values for this component instance. */ themeVariant: { type: PropType; default: undefined; }; }>> & Readonly<{}>, { as: string | Component; themeClass: ThemeClassesOverride; themeVariant: VariantValues; asChild: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=StepperDescription.vue.d.ts.map