import { Directive, PartInfo } from 'lit/directive.js'; import { PropertyState } from '@hydrofoil/shaperone-core/models/forms'; import { ElementPart } from 'lit'; declare class ReadonlyDirective extends Directive { constructor(partInfo: PartInfo); render(arg: PropertyState): symbol; update(part: ElementPart, [{ shape }]: Parameters): void; } export declare const readOnly: (arg: PropertyState) => import("lit-html/directive.js").DirectiveResult; export {}; //# sourceMappingURL=readonly.d.ts.map