import "../styles/index.scss"; import type { FC } from "react"; import type { ToolbarProps } from "../types"; export declare const Toolbar: FC;