import { DataEvent } from './data.event';
export declare class DataPowerDown extends DataEvent {
    static type: string;
}
