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