export { Config }; import type { ConfigViaHook } from '../../types/Config.js'; declare function Config(props: ConfigViaHook): null;