export const Editorial: { List: ({ children, data, attributes }: { children: any; data: any; attributes?: {}; }) => JSX.Element; UL: { ({ children, attributes, compact }: { children: any; attributes: any; compact: any; }): JSX.Element; propTypes: { children: import("prop-types").Validator; attributes: import("prop-types").Requireable; compact: import("prop-types").Requireable; }; }; OL: { ({ children, attributes, start, compact }: { children: any; attributes: any; start: any; compact: any; }): JSX.Element; propTypes: { children: import("prop-types").Validator; attributes: import("prop-types").Requireable; start: import("prop-types").Requireable; compact: import("prop-types").Requireable; }; defaultProps: { start: number; }; }; LI: { ({ children, attributes, style }: { children: any; attributes?: {}; style?: {}; }): JSX.Element; propTypes: { children: import("prop-types").Validator; attributes: import("prop-types").Requireable; style: import("prop-types").Requireable; }; }; fontRule: import("glamor").StyleAttribute; Headline: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; Subhead: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; Lead: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; Subject: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; Credit: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; Format: ({ children, color, attributes, ...props }: { [x: string]: any; children: any; color: any; attributes: any; }) => JSX.Element; P: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; Question: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; Answer: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; Emphasis: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; Cursive: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; StrikeThrough: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; link: import("glamor").StyleAttribute; A: React.ForwardRefExoticComponent>; Note: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; }; export const Interaction: { fontRule: import("glamor").StyleAttribute; Headline: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element; H1: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element; H2: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element; H3: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element; P: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element; Emphasis: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; Cursive: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; }; export const Meta: { fontRule: import("glamor").StyleAttribute; Headline: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element; Subhead: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; P: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element; Lead: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; }; export const Scribble: { List: ({ children, data, attributes }: { children: any; data: any; attributes?: {}; }) => JSX.Element; UL: { ({ children, attributes, compact }: { children: any; attributes: any; compact: any; }): JSX.Element; propTypes: { children: import("prop-types").Validator; attributes: import("prop-types").Requireable; compact: import("prop-types").Requireable; }; }; OL: { ({ children, attributes, start, compact }: { children: any; attributes: any; start: any; compact: any; }): JSX.Element; propTypes: { children: import("prop-types").Validator; attributes: import("prop-types").Requireable; start: import("prop-types").Requireable; compact: import("prop-types").Requireable; }; defaultProps: { start: number; }; }; LI: { ({ children, attributes, style }: { children: any; attributes?: {}; style?: {}; }): JSX.Element; propTypes: { children: import("prop-types").Validator; attributes: import("prop-types").Requireable; style: import("prop-types").Requireable; }; }; Headline: ({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }) => JSX.Element; }; export const fontStyles: any; export const linkStyle: { textDecoration: string; color: any; '@media (hover)': { ':hover': { color: any; }; }; }; export const linkRule: import("glamor").StyleAttribute; export const plainLinkRule: import("glamor").StyleAttribute; export const A: React.ForwardRefExoticComponent>; export function H1({ children, ...props }: { [x: string]: any; children: any; }): JSX.Element; export function H2({ children, ...props }: { [x: string]: any; children: any; }): JSX.Element; export function Lead({ children, ...props }: { [x: string]: any; children: any; }): JSX.Element; export function P({ children, ...props }: { [x: string]: any; children: any; }): JSX.Element; export function Label({ children, ...props }: { [x: string]: any; children: any; }): JSX.Element; export function Sub({ children, attributes }: { children: any; attributes: any; }): JSX.Element; export function Sup({ children, attributes }: { children: any; attributes: any; }): JSX.Element; export function HR({ attributes }: { attributes: any; }): JSX.Element; export function Quote({ children, source, ...props }: { [x: string]: any; children: any; source: any; }): JSX.Element; import React from "react";