declare const __VLS_export: __VLS_WithSlots void; }, string, import('vue').PublicProps, Readonly<{ /** 传递给 shadow 主体的样式,而不是顶层样式 */ shadowClass?: string; /** shadow 的背景是否是透明 */ transparent?: boolean; }> & Readonly<{ onShadowClick?: ((...args: any[]) => any) | undefined; }>, { shadowClass: string; transparent: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; }>; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };