import "./index.scss"; import * as React from "react"; export type GutterComponentInnerProps = { children: any; }; const BaseGutterComponent = ({ children }: GutterComponentInnerProps) => (