import { SideNavigationProps } from './interfaces'; export { SideNavigationProps }; export default function SideNavigation({ header, activeHref, items, onFollow, onChange, ...props }: SideNavigationProps): JSX.Element; //# sourceMappingURL=index.d.ts.map