/**
 * This module helps users provide custom configuration for component internals.
 *
 * @internal
 */
declare const config: any;
export { config };
