import React from 'react';
import { ContextProps, ContextType } from "./types";
export declare const SubotInlineContext: React.Context<ContextType>;
export declare const SubotInlineProvider: ({ children, articleLink, subotId, isFullContainer, bgColor: _bgColor, primaryColor: _primaryColor, textColor, textButtonColor, bgContentColor, bgImgFullContainer, isDisabledAnimationOnMobile, onCloseMobile, userInfo, }: ContextProps) => React.JSX.Element;
