import * as React from 'react'; import { BoxProps } from '../../primitives/Box'; interface SubNavProps extends Omit, 'tag'> { } declare const SubNav: React.ForwardRefExoticComponent & React.RefAttributes>; export { SubNav }; export type { SubNavProps }; //# sourceMappingURL=SubNav.d.ts.map