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