import * as React from 'react';
export declare const UnhandledLinkingContext: React.Context<{
    lastUnhandledLink: string | undefined;
    setLastUnhandledLink: (lastUnhandledUrl: string | undefined) => void;
}>;
//# sourceMappingURL=UnhandledLinkingContext.d.ts.map