import React from 'react';
/**
 * __Tool__
 *
 * ADS Toolbar UI, visible in the topbar of the storybook UI.
 */
declare const Tool: () => React.JSX.Element;
export default Tool;
