import React from 'react'; type HeroDirectoryProviderPropps = { children: React.ReactChild; }; declare function HeroDirectoryProvider(props: HeroDirectoryProviderPropps): JSX.Element; export default HeroDirectoryProvider;