import * as PropTypes from 'prop-types'; import { GlobalConfigKey } from '../types/global_config'; /** @hidden */ declare const globalConfigSyncedComponentHelpers: { globalConfigKeyPropType: PropTypes.Validator; useDefaultWatchesForSyncedComponent(globalConfigKey: GlobalConfigKey): void; }; export default globalConfigSyncedComponentHelpers;