/** * External dependencies */ import { type GlobalStylesConfig } from '@wordpress/global-styles-engine'; export declare const useGlobalStylesOutputWithConfig: (mergedConfig?: GlobalStylesConfig) => {}[] | [any[], any];