import { type ReactElement } from "react"; import { type IScheduledEmailDialogProps } from "./types.js"; /** * @internal */ export declare function ScheduledEmailDialog(props: IScheduledEmailDialogProps): ReactElement; //# sourceMappingURL=ScheduledEmailDialog.d.ts.map