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