/** * Flowtype definitions for Bold * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 * @flow */ import * as $Flowgen$Import$styled_2d_components from "styled-components"; import type { TypographyProps } from "./Typography"; declare type Props = Pick; declare export var Bold: $Flowgen$Import$styled_2d_components.StyledComponent< "strong", any, Props, empty >;