import { PureComponent } from "react"; import { PropsInterface } from "../../interfaces/interfaces/PropsInterface"; export interface ToolBarInterfaceProps extends PropsInterface { } export declare class ToolBar extends PureComponent { static Item: (props: any) => JSX.Element; constructor(props: any); render(): JSX.Element; }