import { ExtractPropTypes, PropType } from "vue";
export declare const devuiChartProps: {
    option: {
        type: PropType<any>;
        default: {};
    };
};
export type DevuiChartProps = ExtractPropTypes<typeof devuiChartProps>;
