import type { Theme } from '@eternalheart/file-preview-core'; /** * 主题模式 hook * 处理 auto 主题时的系统偏好监听 */ export declare function useThemeMode(theme: Theme): 'light' | 'dark'; //# sourceMappingURL=useThemeMode.d.ts.map