import type { Meta, StoryObj } from '@storybook/react';
import { Center } from './Center';
import './Center.stories.css';
declare const meta: Meta<typeof Center>;
export default meta;
declare type Story = StoryObj<typeof Center>;
export declare const OnParent: Story;
export declare const OnScreen: Story;
