/// <reference types="react" />
export interface FlightResponseRef {
    current: Promise<JSX.Element> | null;
}
