import { BaseSideNavItemProps } from './SideNavItem.types'; /** * TODO: TSDoc * * ``` Back to Home * ``` * ### Component Props @param props.active Whether or not the component should be rendered in an active state. @param props.disabled Whether or not the component should be rendered in a disabled state. @param props.ariaCurrentValue The aria-current attribute value set when the component is active. @param props.className Class name that will be applied to the root-level element. @param props.children Content that will be rendered inside the root-level element. @param props.indentLevel Change the indentation. Will not work if `` is a child of `` * ### Optional Polymorphic Props @param props.href When provided, the component will be rendered as an anchor element. This and * other additional props will be spread on the anchor element. @param props.as When provided, the component will be rendered as the component or html tag indicated * by this prop. Other additional props will be spread on the anchor element. */ declare const SideNavItem: import("@leafygreen-ui/polymorphic").InferredPolymorphicComponentType; export default SideNavItem; //# sourceMappingURL=SideNavItem.d.ts.map