import { EmailBuilderProps } from './types';
export default function Main({ text }: EmailBuilderProps): import("react/jsx-runtime").JSX.Element;
