import { Meta, Story } from '@storybook/react';
import { BoxProps } from '..';
declare const _default: Meta<BoxProps>;
export default _default;
export declare const Usage: Story<BoxProps>;
