export declare const ZOOM_SLIDER_TRACK_SIZE = 8; export declare const ZOOM_SLIDER_ACTIVE_TRACK_SIZE = 10; export declare const ZOOM_SLIDER_THUMB_HEIGHT = 20; export declare const ZOOM_SLIDER_THUMB_WIDTH = 10; /** * Minimum touch target size for interactive elements (thumbs, track). * This is larger than the visible elements to make them easier to interact with on touch devices. */ export declare const ZOOM_SLIDER_TOUCH_TARGET = 44; export declare const ZOOM_SLIDER_SIZE: number;