/** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor */ export declare const setBackgroundColor: (args: SetBackgroundColorArgs) => void; export default setBackgroundColor; /** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor */ export declare const setBackgroundColorAsync: (args?: SetBackgroundColorArgs | undefined) => Promise;