import { FC } from 'react'; interface IAudioStopProps { isPlay: boolean; } declare const Index: FC; export default Index;