// @flow import * as React from "react"; export type Props = {| margin: ?string, width: ?string, height: ?string, children: React.Node, |}; declare export default React.ComponentType; declare export var StyledButtonPrimitiveIconContainer: React.ComponentType;