import * as internals from 'lit-html/private-ssr-support.js'; /** Boolean attribute part constructor from lit-html internals */ export declare const BooleanPart: typeof internals._$LH.BooleanAttributePart; /** Attribute part constructor from lit-html internals */ export declare const AttributePart: typeof internals._$LH.AttributePart; /** Property part constructor from lit-html internals */ export declare const PropertyPart: typeof internals._$LH.PropertyPart; /** Element part constructor from lit-html internals */ export declare const ElementPart: typeof internals._$LH.ElementPart; /** Event part constructor from lit-html internals */ export declare const EventPart: typeof internals._$LH.EventPart; /** Child part constructor from lit-html internals */ export declare const ChildPart: typeof internals._$LH.ChildPart; //# sourceMappingURL=compiler-ctors.d.ts.map