// Import types for each component import type { TopNavbarProps } from './dist/components/WOITopNavbar/index.js'; // Declare the components with their respective prop types declare const WOITopNavbar: React.FC; // Export the components export { WOITopNavbar };