import React from 'react'; export declare const HeaderEndCall: ({ onEndCall, lessonId, isLeaveButtonBusy, }: { onEndCall: () => void; lessonId?: number | undefined; isLeaveButtonBusy?: boolean | undefined; }) => React.JSX.Element; //# sourceMappingURL=index.d.ts.map