import { Labelled } from '../../../../common';
import { GoveeDevice } from '../../../../data';
export declare class DeviceConfigReceivedEvent implements Labelled {
    readonly deviceConfig: GoveeDevice;
    label: () => string;
    constructor(deviceConfig: GoveeDevice);
}
//# sourceMappingURL=device-config-received.event.d.ts.map