import type React from 'react';
export declare const Artifact: React.FC<{
    readonly filename: string;
    readonly content: string | Uint8Array;
}>;
