import {
  SmartRepliesExtension,
  SmartRepliesConfigurationInterface,
} from "./SmartRepliesExtension";
import { SmartRepliesInterface, SmartRepliesView } from "./SmartRepliesView";
export { SmartRepliesExtension, SmartRepliesView };
export type { SmartRepliesInterface, SmartRepliesConfigurationInterface };
