import { ConfigContextValue } from '../config-provider/ConfigContext';
export default function useConfig(): ConfigContextValue;
