/**
 * Returns the size of the scrollbar.
 * @param recalc Force recalculation.
 * @returns The size of the scrollbar.
 */
export default function getScrollbarSize(recalc?: boolean): number | void;
