import React from "react";
import { Code } from "@/types";
interface PlaygroundPreviewProps {
    live?: {
        error?: string;
        element?: React.ComponentType;
    };
    css?: Code["css"];
}
declare const _default: {
    (props: PlaygroundPreviewProps): JSX.Element;
    displayName: string;
};
export default _default;
//# sourceMappingURL=PlaygroundPreview.d.ts.map