import type { ViewProps } from './view'; export declare function View(props: ViewProps): JSX.Element; export default View;