import CenterDecorator from "../../utils/center-decorator"; declare const _default: { title: string; decorators: (typeof CenterDecorator)[]; argTypes: { number: { control: string; defaultValue: number; }; reverse: { control: string; defaultValue: boolean; }; wrap: { control: string; defaultValue: boolean; }; align: { control: { type: string; options: string[]; }; defaultValue: string; }; direction: { control: { type: string; options: string[]; }; defaultValue: string; }; justify: { control: { type: string; options: string[]; }; defaultValue: string; }; }; }; export default _default; export declare const FlexStory: import("@storybook/types").AnnotatedStoryFn;