import React from 'react'; import { SubotInlineRevampContainerProps } from "./types"; type Props = Omit; declare const SubotInlineRevampWithTheme: ({ onLoadFirstNode, ...props }: Props) => React.JSX.Element; export default SubotInlineRevampWithTheme;