import * as React from "react";
import * as Dx from "../utilities/types";
interface Props {
    children?: React.ReactNode;
    componentType?: Dx.ComponentType;
}
export declare const Viz: React.FunctionComponent<Partial<Props>>;
export {};
