import { StacheNavLink } from './nav-link';
export interface StacheNav {
    routes?: StacheNavLink[];
}
