/// import { IconProps } from '../../types'; declare const Scissors: (allProps: IconProps) => JSX.Element; export default Scissors;