type __VLS_Props = { /** * 当前显示的占位元素的样式 * * @default "text" */ variant?: "p" | "h1" | "h3" | "text" | "caption" | "button" | "image" | "circle" | "rect"; }; declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly>>, {}>; export default _default; type __VLS_TypePropsToOption = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType[K]>; } : { type: import('vue').PropType; required: true; }; };