export interface TitleDrawerPropsModel {
    title: string;
}
