import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class DocCoreExtensions extends Base { static $t: Type; static fixDirectoryPath(a: string): string; }