import { PropType } from "vue"; import { CSSProperties } from "vue/types/jsx"; declare const _default: import("vue/types/v3-define-component").DefineComponent<{ width: { type: PropType | undefined>; default: string; }; height: { type: PropType | undefined>; default: string; }; }, import("vue").Data, import("vue").Data, { styleObj(): CSSProperties; }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly | undefined>; default: string; }; height: { type: PropType | undefined>; default: string; }; }>>, { width: import("csstype").Property.Width | undefined; height: import("csstype").Property.Height | undefined; }>; export default _default;