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