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