import React from "react";
import { IProps } from "@/types/IProps";
export declare const View: ({ style, children }: IProps) => React.JSX.Element;
