import { IViews } from "../types"; export declare const View: (props: IViews) => import("react/jsx-runtime").JSX.Element;