import React from 'react'; interface Props { viewKey: string; viewData: any; children: React.ReactNode | undefined; } export declare const NameVessel: ({ viewKey, viewData, children }: Props) => React.JSX.Element; export {};