/**
 * Checks if the view mode of Storybook is "Docs" overview or Story directly.
 */
export declare const useIsDocs: () => boolean;
