import { Base, Type } from "igniteui-react-core";
import { Path } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class AxisComponentsFromView extends Base {
    static $t: Type;
    a: Path;
    b: Path;
    d: Path;
    c: Path;
}
