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