import { SegueSwitch } from './Switch';
import { SegueOptions } from '../types';
declare class Segue extends SegueSwitch {
    setup(options: SegueOptions): void;
}
export { Segue };
