/// /** * External dependencies */ import type { BackgroundAudio as BackgroundAudioType, ElementId } from '@googleforcreators/elements'; interface BackgroundAudioProps { backgroundAudio: BackgroundAudioType; id: ElementId; } declare function BackgroundAudio({ backgroundAudio, id }: BackgroundAudioProps): JSX.Element; export default BackgroundAudio; //# sourceMappingURL=backgroundAudio.d.ts.map