import type { ExtractPublicPropTypes } from '../../_utils'; 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 declare 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>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ readonly tag?: unknown; readonly theme?: unknown; readonly themeOverrides?: unknown; readonly builtinThemeOverrides?: unknown; } & { tag: string; } & { theme?: import("../../_mixins").Theme<"Element", {}, any> | undefined; themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides> | undefined; builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides> | undefined; }>, { tag: string; }>; export default _default;