import * as React from "react"; export interface ICenteredProps { children?: React.ReactNode; } export declare const Centered: React.FC;