import React from 'react';
import { SubotInlineRevampContainerProps } from "./types";
declare const ContainerWithProvider: (props: SubotInlineRevampContainerProps) => React.JSX.Element;
export default ContainerWithProvider;
