import { PropType } from '@opentiny/vue-common'; export type VariantType = 'image' | 'circle' | 'square'; export type SizeType = 'large' | 'medium' | 'small'; export declare const $constants: {}; export declare const skeletonItemProps: { _constants: { type: ObjectConstructor; default: () => {}; }; modelValue: StringConstructor; variant: { type: PropType; default: string; }; size: { type: PropType; default: string; }; 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('../../../node_modules/@vue/runtime-core').DefineComponent<{ _constants: { type: ObjectConstructor; default: () => {}; }; modelValue: StringConstructor; variant: { type: PropType; default: string; }; size: { type: PropType; default: string; }; 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('../../../node_modules/@vue/runtime-core').VNode, unknown, {}, {}, import('../../../node_modules/vue3').ComponentOptionsMixin, import('../../../node_modules/vue3').ComponentOptionsMixin, {}, string, import('../../../node_modules/vue3').PublicProps, Readonly {}; }; modelValue: StringConstructor; variant: { type: PropType; default: string; }; size: { type: PropType; default: string; }; 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; }>>, { size: SizeType; tiny_mode_root: boolean; _constants: Record; variant: VariantType; }, {}>; export default _default;