import { ScalarType } from '../type';
export declare const transition: (what: string, duration: ScalarType) => string;
