import { type TemplateResult } from 'lit'; import type { PlaygroundControl, PlaygroundProps } from '../types.js'; export declare function renderPropsPanel(controls: PlaygroundControl[], values: PlaygroundProps, onChange: (key: string, value: string | boolean) => void): TemplateResult; //# sourceMappingURL=props-panel.d.ts.map