export declare const trackSourceOptions: {
    label: string;
    value: string;
}[];
export declare const trackTypeOptions: {
    label: string;
    value: string;
}[];
export declare const DEFAULT_TILES_IN_VIEW: {
    MWEB: number;
    DESKTOP: number;
};
