/** * Returns element title from element's plugin. If plugin is not found, it will * return the element type. A simple cache was added to avoid unnecessary lookups. */ export declare const getElementTitle: (elementType: string, suffix?: string) => string;