import * as React from "react"; import ReactToolbox from "../index"; export interface NavigationTheme { /** * Used for buttons provided in the component. */ button?: string; /** * Used for the root element if the layout is horizontal. */ horizontal?: string; /** * Used for links provided in the component. */ link?: string; /** * Used for the root element if the layout is vertical. */ vertical?: string; } export interface NavigationProps extends ReactToolbox.Props { /** * Array of objects that will be represented as