export type IndicatorSizeAndOffset = {
	mainAxis: {
		offset: number;
	};
	crossAxis: {
		offset: number;
		length: number | string;
	};
};
