import { ElementType } from 'react'; import { LayoutComponentProps } from '../../Lism'; import { CenterProps } from '../../../lib/types/LayoutProps'; export default function Center(props: LayoutComponentProps): import("react").JSX.Element;