import { SVGProps } from 'react';

declare const Torn: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Torn as default };
