/// import "./index.scss"; import { BaseApplicationComponent } from "@tandem/common"; export declare class GutterComponent extends BaseApplicationComponent<{ className?: string; style?: any; }, any> { render(): JSX.Element; }