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