import * as React from 'react'; import './Narrow.css'; export declare type NarrowProps = { className?: string; }; export declare class Narrow extends React.PureComponent { render(): JSX.Element; }