import type { ComponentType } from 'react'; import type { TerminalViewerProps } from '../terminals/TerminalViewer'; export interface ViewerTabsProps { /** Override the terminal renderer (defaults to web TerminalViewer). */ terminalViewer?: ComponentType; } export declare const ViewerTabs: import("react").NamedExoticComponent; //# sourceMappingURL=ViewerTabs.d.ts.map