interface BackgroundConfig { backgroundType?: any; mode?: string; appId?: string; engineApis?: any; } declare const useBackgroundStyle: (props: BackgroundConfig) => { backgroundStyle: any; }; export default useBackgroundStyle;