import { type OrgSchemaProject } from 'botframework-webchat-core';
import React from 'react';
type Props = Readonly<{
    project: OrgSchemaProject;
}>;
declare const Originator: React.MemoExoticComponent<({ project }: Props) => React.JSX.Element>;
export default Originator;
//# sourceMappingURL=Originator.d.ts.map