export interface IBreakpoints { xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; } export declare type KeyBreakpoints = keyof IBreakpoints; export declare const WIDTH_BREAKPOINTS: IBreakpoints; export declare const colors: { main: string; blue5: string; blue6: string; gray1: string; gray3: string; gray4: string; gray5: string; gray7: string; gray8: string; gray9: string; gray10: string; gray11: string; red6: string; volcano6: string; lightGray: string; }; export declare const playerVideoScale: number; export declare const liveContainerHeight: string; export declare const momentsHeight: string;