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