export interface WindowStorybookProps {
    IS_STORYBOOK?: boolean;
}
export declare const isStorybook: boolean | undefined;
