import React from 'react'; import { BoxProps } from '..'; export declare type StoryWrapperProps = BoxProps & { label: string; }; declare const StoryWrapper: React.FC; export default StoryWrapper;