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