import { StoryObj } from '@storybook/react'; import { FlexItemProps } from '.'; export declare const Primary: StoryObj; declare const _default: { component: ({ shrink, justify, align, children, }: FlexItemProps) => JSX.Element; title: string; parameters: { componentSubtitle: string; docs: { description: { component: string; }; }; }; }; export default _default;