export interface TitleProps {
  text: string;
}