import { FixedNav } from './fixednav'; export type { FixedNavDirection, FixedNavPosition, FixedNavItem } from './types'; export type { FixedNavProps } from './fixednav'; export default FixedNav;