// @flow import * as React from "react"; import type { StyledComponent } from "styled-components"; import type { Globals, Translation } from "../common/common.js.flow"; export type Props = {| ...Globals, +title: Translation, +onClick?: (SyntheticEvent) => void | Promise, |}; declare export var StyledStepIconContainer: StyledComponent; declare export default React.ComponentType;