import { TransitionOptions } from './types'; export declare const generateTransitionProperty: (options: TransitionOptions) => string;