import React from 'react'; import { TextContent, Text, TextVariants } from '@breakaway/preact-core'; export const TextHeadings: React.FunctionComponent = () => ( Hello World Second level Third level Fourth level Fifth level Sixth level );