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