/** * Type definitions */ type NavigableRegionProps = { children: React.ReactNode; className?: string; ariaLabel: string; as?: React.ElementType; [key: string]: any; }; declare const NavigableRegion: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default NavigableRegion; //# sourceMappingURL=index.d.ts.map