import { type TemplateResult } from 'lit'; import type { PlaygroundDefinition, PlaygroundProps } from '../types.js'; export declare function renderWorkspace(definition: PlaygroundDefinition, props: PlaygroundProps, onPropChange: (key: string, value: string | boolean) => void, onReset: () => void): TemplateResult; //# sourceMappingURL=workspace.d.ts.map