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