import * as React from 'react'; import { PreviewCardStore } from "../store/PreviewCardStore.mjs"; export type PreviewCardRootContext = PreviewCardStore; export declare const PreviewCardRootContext: React.Context | undefined>; export declare function usePreviewCardRootContext(optional?: false): PreviewCardRootContext; export declare function usePreviewCardRootContext(optional: true): PreviewCardRootContext | undefined;