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