import React from 'react'; import { LingXiEdFC } from '@lingxiteam/types'; export interface MyAudioEDProps { audioTitle?: string; autoPlay?: string; preloadType?: string; streamUrl?: string; streamType?: string; fileCode?: string; style?: React.CSSProperties; backgroundType?: any; } declare const AudioED: LingXiEdFC; export default AudioED;