import * as React from "@hpcc-js/preact-shim";
export interface SubgraphProps {
    id: string;
    origData?: any;
    text: string;
    width?: number;
    height?: number;
    fill?: string;
    stroke?: string;
    fontHeight?: number;
    fontFamily?: string;
}
export declare const Subgraph: React.FunctionComponent<SubgraphProps>;
//# sourceMappingURL=subgraph.d.ts.map
