import React from 'react';
import { SubotInlineRevampContainerProps } from "./types";
type Props = Omit<SubotInlineRevampContainerProps, 'bgColor' | 'primaryColor' | 'container_bg_image' | 'textColor' | 'textButtonColor' | 'bgContentColor' | 'bgImgFullContainer'>;
declare const SubotInlineRevampWithTheme: (props: Props) => React.JSX.Element;
export default SubotInlineRevampWithTheme;
