import { PropertyValue } from "@itwin/appui-abstract";
/** @internal */
export interface PropertyEditorAttributes {
    getValue: () => PropertyValue | undefined;
    htmlElement: HTMLElement | null;
}
//# sourceMappingURL=Common.d.ts.map