declare function emptyFunction(): void;
export declare const BackHandler: {
    exitApp: typeof emptyFunction;
    addEventListener(): {
        remove: () => void;
    };
    removeEventListener: typeof emptyFunction;
};
export {};
//# sourceMappingURL=BackHandler.d.ts.map