import { Transition } from "./transition"; export class FadeTransition extends Transition { constructor(duration: number, nativeCurve: any); }