import { IVChartProps } from './typings';
export declare function VChart({ type, ...args }: IVChartProps): any;
