import { IconProps } from '../lib';
declare function Nut(props: IconProps): JSX.Element;
export default Nut;
