///
import * as T from "./type";
declare const ViewGeneric: (Layout: ({ children, }: {
children: JSX.Element | JSX.Element[];
}) => JSX.Element, Row: ({ data, structureUnit }: T.RowProps) => JSX.Element) => ({ data, structure }: T.ViewProps) => JSX.Element;
export default ViewGeneric;