declare const calcCSSValuesWithOffset: (cssValues: string, offset: number) => string; export default calcCSSValuesWithOffset;