import type { ExtractPublicPropTypes } from '../../_utils'; export declare const elementProps: { readonly tag: { readonly type: StringConstructor; readonly default: "div"; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }; export type ElementProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ readonly tag: { readonly type: StringConstructor; readonly default: "div"; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }, { mergedClsPrefix: import("vue").ComputedRef; cssVars: import("vue").ComputedRef> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>>, { readonly tag: string; }>; export default _default;