interface ViewerJSONProps { value: any; downloadedFileName?: string; } declare const ViewerJSONAction: ({ downloadedFileName, value }: ViewerJSONProps) => import("react/jsx-runtime").JSX.Element; export default ViewerJSONAction;