import { CSSProperties } from 'react';
export declare function getStyleWithVendor(style: any): CSSProperties;
