// @flow import * as React from "react"; export type Props = {| +children: React.Node, +hasIcon: boolean, +contentWidth?: ?string |}; declare export default React.ComponentType;