export declare const isWakeadminBayEnabled: () => boolean; /** * 传入 HTML 自定义元素 slot 属性 * @param name * @returns */ export declare const ceSlot: (name: string) => { attrs: { slot: string; }; slot?: undefined; } | { slot: string; attrs?: undefined; }; //# sourceMappingURL=utils.d.ts.map