import Center from './Center';
export type { CenterProps } from './Center';
export { Center };
export default Center;
