/// <reference types="react" />
interface IRiftGate {
    fallback?: any;
}
export declare const RiftGate: ({ fallback }: IRiftGate) => JSX.Element;
export {};
