export const fontRule: import("glamor").StyleAttribute; export function Headline({ children, ...props }: { [x: string]: any; children: any; }): JSX.Element; export function Subhead({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }): JSX.Element; export function P({ children, ...props }: { [x: string]: any; children: any; }): JSX.Element; export function Lead({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }): JSX.Element;