import * as React from 'react'; import type { Tool } from '../types/tools'; interface Props { viewer: string; tools: Tool[]; } export declare function ToolbarBody({ viewer, tools }: Props): React.JSX.Element; export {}; //# sourceMappingURL=ToolbarBody.d.ts.map