import ReactTooltip from 'react-tooltip'; /** * creates tooltip that shows a description text when the mouse is over the * icons of the Layout * @returns {React.Component} */ export declare const Tooltip: import("styled-components").StyledComponent;