export function horizontalCenter(Component: any, { rAlign, space }?: { rAlign?: boolean; space?: number; }): (props: any) => any; export default horizontalCenter;