export interface IGlobalScss { fontColor: string; playerWidth: string; playerHeight: string; controlBarHeight: string; playButtonSize: string; progressBarHeight: string; timeDisplayColor: string; progressBarHeighthover: string; } export const variables: IGlobalScss; export default variables;