import type { AiPlaygroundMessageAdditionalData } from '../../types'; type RawDataTextareaProps = { rawData: Exclude; }; /** * Renders a textarea with the raw data for the selected message. * * @since 0.6.0 * * @param props - The component properties. * @returns The component to be rendered. */ export default function RawDataTextarea(props: RawDataTextareaProps): import("react").JSX.Element; export {}; //# sourceMappingURL=raw-data-textarea.d.ts.map