import { Em } from '../types';
export declare function getWidthInEm(element: HTMLElement): Em;
