import React from 'react'; import type { HeaderToolProps } from '../../interface'; declare const HeaderTools: React.FC; export default HeaderTools;