import type { Meta, StoryFn } from '@storybook/react'; import type { FlexItemProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface FlexStoryProps { alignSelf?: FlexItemProps['alignSelf']; grow?: FlexItemProps['grow']; shrink?: FlexItemProps['shrink']; } export declare const AlignSelf: StoryFn; export declare const Grow: StoryFn; export declare const Shrink: StoryFn; //# sourceMappingURL=FlexItem.stories.d.ts.map