/**
 * Length defined as an absolute number or percentage
 */
export declare type TStackedAxisLength = number | string;
