import { PropsWithChildren } from 'react'; export declare function LinkPreviewContextProvider({ children }: PropsWithChildren): import("react").JSX.Element; export declare const useLinkPreviewContext: () => { isStackAnimationDisabled: boolean; openPreviewKey: string | undefined; setOpenPreviewKey: (openPreviewKey: string | undefined) => void; }; //# sourceMappingURL=LinkPreviewContext.d.ts.map