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