export type SectionProps = { alignRight?: boolean children?: any className?: string textAlign?: | 'inherit' | 'left' | 'center' | 'right' | 'justify' | 'initial' | 'end' | 'start' | '-moz-initial' | 'revert' | 'unset' | 'match-parent' | undefined }