import type { PropType } from '@opentiny/vue-common'; export declare const $constants: {}; export declare const skeletonProps: { _constants: { type: ObjectConstructor; default: () => {}; }; modelValue: StringConstructor; loading: { type: BooleanConstructor; default: boolean; }; rows: { type: NumberConstructor; default: number; }; avatar: { type: BooleanConstructor; default: boolean; }; rowsWidth: { type: PropType<(string | number)[]>; default: () => never[]; }; animated: { type: BooleanConstructor; default: boolean; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }; declare const _default: import("@vue/runtime-core").DefineComponent<{ _constants: { type: ObjectConstructor; default: () => {}; }; modelValue: StringConstructor; loading: { type: BooleanConstructor; default: boolean; }; rows: { type: NumberConstructor; default: number; }; avatar: { type: BooleanConstructor; default: boolean; }; rowsWidth: { type: PropType<(string | number)[]>; default: () => never[]; }; animated: { type: BooleanConstructor; default: boolean; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }, () => import("@vue/runtime-core").VNode, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly {}; }; modelValue: StringConstructor; loading: { type: BooleanConstructor; default: boolean; }; rows: { type: NumberConstructor; default: number; }; avatar: { type: BooleanConstructor; default: boolean; }; rowsWidth: { type: PropType<(string | number)[]>; default: () => never[]; }; animated: { type: BooleanConstructor; default: boolean; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }>>, { loading: boolean; tiny_mode_root: boolean; _constants: Record; rows: number; animated: boolean; avatar: boolean; rowsWidth: (string | number)[]; }, {}>; export default _default;