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