export declare const useNavigation: () => {
    items: {
        title: string;
        icon: string;
        to: string;
    }[];
};
