import type { Meta, StoryFn } from '@storybook/react'; import type { GridItemProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface GridStoryProps { justifySelf?: GridItemProps['justifySelf']; alignSelf?: GridItemProps['alignSelf']; } export declare const StartAndEnd: StoryFn; export declare const JustifyGridSelf: StoryFn; export declare const AlignGridSelf: StoryFn; //# sourceMappingURL=GridItem.stories.d.ts.map