export declare const TIMELINE_PADDING = 16;
export declare const TIMELINE_BORDER = 1;
export declare const TIMELINE_ITEM_BORDER_BOTTOM = 1;
export declare const getTimelineLayerHeight: (type: "video" | "other") => 50 | 25;
