export declare type MenuItem = {
    title: string;
    link: string;
    fullMatch: boolean;
};
