export declare const getTopBarWith: (percentage: number) => number;
export declare const getRightBarHeight: (percentage: number) => number;
export declare const getBottomBarWith: (percentage: number) => number;
export declare const getLeftBarHeight: (percentage: number) => number;
