import React from 'react'; import type { CallKitProps, CallKitRef } from './types/index'; /** * CallKit主组件 */ declare const CallKit: React.ForwardRefExoticComponent>; export { CallKit }; export default CallKit;