import { FC } from 'react';
declare type Props = {
    url: string;
};
export declare const SoundPlayer: FC<Props>;
export {};
