// @flow import * as React from 'react'; type Attributes = { [string]: mixed }; declare export var HeadProvider: React.ComponentType<{ headTags: Array>, children: React.Node, }>; declare export var HeadTag: React.ComponentType<{ tag: string, [string]: mixed }>; declare export var Title: React.ComponentType; declare export var Style: React.ComponentType; declare export var Meta: React.ComponentType; declare export var Link: React.ComponentType;