import React from 'react';
import type { CenterContentProps } from './types';
declare const CenterContent: (props: CenterContentProps) => React.JSX.Element;
export default CenterContent;
