import React from 'react'; import { IconProps } from '../types'; declare const Scissors: React.FC; export default Scissors;