export interface ICenteredProps { horizontal?: boolean; vertical?: boolean; children: any; className?: string; }