export interface TitlePropsModel {
    title: string;
}
