import Sound from 'react-native-sound';
export declare const createSound: (src: any, cb: any) => Sound;
export default createSound;
