import React from 'react'; export declare const TranscriptionTab: { new (props: object): { state: { hasError: boolean; }; componentDidCatch(error: Error): void; render(): React.JSX.Element | null; context: unknown; setState(state: {} | ((prevState: Readonly<{}>, props: object) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: object; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: object, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; getSnapshotBeforeUpdate?(prevProps: object, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: object, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: object, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: object, nextContext: any): void; componentWillUpdate?(nextProps: object, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: object, nextState: Readonly<{}>, nextContext: any): void; }; new (props: object, context: any): { state: { hasError: boolean; }; componentDidCatch(error: Error): void; render(): React.JSX.Element | null; context: unknown; setState(state: {} | ((prevState: Readonly<{}>, props: object) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: object; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: object, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; getSnapshotBeforeUpdate?(prevProps: object, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: object, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: object, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: object, nextContext: any): void; componentWillUpdate?(nextProps: object, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: object, nextState: Readonly<{}>, nextContext: any): void; }; getDerivedStateFromError(): { hasError: boolean; }; contextType?: React.Context | undefined; }; //# sourceMappingURL=TranscriptionTab.d.ts.map