export declare const DEFAULT_TRANSITION: {
    type: string;
    velocity: number;
    damping: number;
};
