export declare const useSuggestedPages: jest.Mock<{
    link: string;
    label: string;
}[], [], any>;
