export declare const G6MiniDemo: ({ nodeType, count, height, }: { nodeType: string; count: number; height: number; }) => JSX.Element;