/**
 * Returns the current state of storybook's dark-mode
 */
export declare function useDarkMode(): boolean;
export * from './constants';
