import * as React from "react"; interface LeftNavigationProps { items: { key: string; content: React.ReactNode; icon: React.ReactNode; }[]; } export declare function LeftNavigation({ items }: LeftNavigationProps): JSX.Element; export declare function _LeftNavigation({ items }: LeftNavigationProps): JSX.Element; export {}; //# sourceMappingURL=left-navigation.d.ts.map