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