declare interface Iprops {
	min?: boolean;
	futureDisabled?: boolean;
	sundayStart?: boolean;
	titlebgColor?: string;
	titleColor?: string;
	weeklabelColor?: string;
	arrowColor?: string;
	itembgColor?: string;
	itemlabelColor?: string;
	birthdayImg?: string;
	birthdaybgColor?: string;
	birthdaylabelColor?: string;
	crrentdaybgColor?: string;
	crrentdaylabelColor?: string;
	clickdaybgColor?: string;
	clickdaylabelColor?: string;
	hoverbgColor?: string;
	hoverlabelColor?: string;
	prevColor?: string;
	nextColor?: string;
	markArr?: any[];
	birthdayArr?: any[];
}

declare interface IPopoverprops {
	renderHtml?: boolean;
	markContent?: string;
}