export type ThumbViewerKind = "pdf" | "pptx"; /** Unified default: thumbnail strip visible on first load. */ export declare const DEFAULT_THUMB_STRIP_VISIBLE = true; /** Config override wins; else localStorage; else unified default (hidden). */ export declare function resolveThumbStripVisible(viewer: ThumbViewerKind, configValue?: boolean): boolean; export declare function persistThumbStripVisible(viewer: ThumbViewerKind, visible: boolean): void; //# sourceMappingURL=viewer-thumb-prefs.d.ts.map