import { NativeModule } from "expo";
declare class RNSystemSoundsNativeModule extends NativeModule {
    playSystemSound(soundID: number): void;
    stopSystemSound(): void;
}
declare const _default: RNSystemSoundsNativeModule;
export default _default;
//# sourceMappingURL=RNSystemSoundsModule.d.ts.map