import type { DSLeftNavigationT } from './react-desc-prop-types.js'; export declare const LeftNavigation: { (props: DSLeftNavigationT.Props): JSX.Element; defaultProps: DSLeftNavigationT.DefaultProps; displayName: string; }; export declare const LeftNavigationWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent;