import React from "react"; import type * as T from "./View.types"; export declare const ViewItem: { (props: T.ItemProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; declare const View: { (props: T.Props): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default View;