import * as React from "react"; export interface MdeToolbarIconProps { icon: string; } export declare const MdeToolbarIcon: React.SFC;