import React from 'react'; declare const ToolbarItem: { ({ icon, ...otherProps }: { [x: string]: any; icon: any; }): React.JSX.Element; displayName: string; }; declare const DSToolbarItemWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent<{ [x: string]: any; icon: any; }>; export { DSToolbarItemWithSchema, ToolbarItem };