import React from 'react';
import type { IOutput } from '@/Playground/types';
export declare const Output: React.FC<IOutput>;
