export interface EmailBuilderProps {
    text?: string;
}
