import { ReactiveElement } from 'lit';
type PartMap = string | Record<string, string>;
/** Property decorator that exposes parts and updates them when the property changes. */
export declare function exposeParts<T extends ReactiveElement>(partMap: PartMap[]): (proto: T, key: string & keyof T) => void;
export {};
//# sourceMappingURL=ExposeParts.d.ts.map