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