export function Headline({ children, attributes, ...props }: { [x: string]: any; children: any; attributes: any; }): JSX.Element; export { List, UnorderedList as UL, OrderedList as OL, ListItem as LI } from "../List";