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