import React from 'react' import { Text, TextProps } from './Text' export type TitleProps = TextProps export const Title = (props: TitleProps) => ( )