export interface AppBarSectionProps {
  children?: any;
  className?: string;
  style?: React.CSSProperties;
}
