import type { DialogSentiment } from './constants'; export type DialogContextType = { sentiment: DialogSentiment; }; export declare const DialogContext: import("react").Context; export declare const useDialogContext: () => DialogContextType; //# sourceMappingURL=Context.d.ts.map