import type { ForwardRefForwardPropsComponent } from '@pega/cosmos-react-core'; import type { EmailShellProps } from './Email.types'; declare const EmailShell: ForwardRefForwardPropsComponent; export default EmailShell; //# sourceMappingURL=EmailShell.d.ts.map