import React from 'react';
interface IProps {
}
export declare const Centered: React.FunctionComponent<React.PropsWithChildren<IProps>>;
export {};
