import { CSSProperties } from 'react';
/**
 * 设置Transform
 * @param style
 * @param value
 */
export declare function setTransform(style: CSSProperties, value: any): void;
/**
 *
 * @param style
 */
export declare function isTransform3dSupported(style: CSSProperties): ((data: string) => string) & typeof atob;
