import { ToolbarProps } from "./Interface"; export declare function Toolbar({ zoom, totalWidth }: ToolbarProps): import("react/jsx-runtime").JSX.Element;