import { ParsedStyle } from '../../types'; export declare function convertTransformToCss(style: ParsedStyle): Record;