import type { CallScreenPlugin } from './definitions';
declare const CallScreen: CallScreenPlugin;
export * from './definitions';
export { CallScreen };
