interface BackgroundImageParams { /** * @dial scene * @dial-dtype string */ src: string | BlobPart | undefined | null; } export declare function SceneBackground({ src }: BackgroundImageParams): any; export {};