/// export interface IAlignProps { children: JSX.Element | JSX.Element[]; className?: string; }