import { PropType } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{ width: { type: PropType; default: string; required: false; }; height: { type: PropType; default: string; required: false; }; borderRadius: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; default: string; }; isLoading: { type: PropType; default: boolean; required: false; }; }, { __sfc: boolean; skeletonStyle: string; normalSkeletonStyle: string; borderRadiusStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; default: string; required: false; }; height: { type: PropType; default: string; required: false; }; borderRadius: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; default: string; }; isLoading: { type: PropType; default: boolean; required: false; }; }>>, { width: string; height: string; borderRadius: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max"; isLoading: boolean; }>; export default _sfc_main;