export class Profile extends CustomElement { initialize(): Promise; devicelist: any; setAttributes(): Promise; device_id: any; current_device: any; other_devices: any; render(): import("lit-html").TemplateResult<1>; selectAll(ev: any): void; removeSelectedFingerprints(ev: any): Promise; generateOMEMODeviceBundle(ev: any): Promise; } import { CustomElement } from "shared/components/element.js"; //# sourceMappingURL=profile.d.ts.map