import React from "react";
import { FontIconProps } from "@react-md/icon";
export declare const ViewArrayFontIcon: React.ForwardRefExoticComponent<FontIconProps & React.RefAttributes<HTMLElement>>;
