import { Transform } from'style-dictionary/types';
/**
* dimensionPixelToRem
* @description convert all dimensions that use pixel value to rem, uses `platform.options.basePxFontSize`
* as the base font, or `16` if not provided
*/exportdeclareconstdimensionPixelToRem: Transform;