import { IThemeConfig } from '../../core/theme/types';
declare const _default: {
    progressPlayed: {
        backgroundColor: (data: IThemeConfig) => string;
    };
    progressSeekTo: {
        backgroundColor: (data: IThemeConfig) => string;
    };
    progressSeekBtn: {
        backgroundColor: (data: IThemeConfig) => string;
    };
};
export default _default;
