export function CodeBlock({ children }: { children: any; }): import("react").JSX.Element; export default Playground; declare function Playground({ code, scope, hideCode, title }: { code: any; scope: any; hideCode: any; title: any; }): import("react").JSX.Element; //# sourceMappingURL=index.d.ts.map