import { PublicConfigClass } from '../../../../../packages/public';
import { CreateComponentType } from '../../../../../packages/index.d';
export declare const option: any;
export default class Config extends PublicConfigClass implements CreateComponentType {
    key: string;
    chartConfig: import('../../../../../packages/index.d').ConfigType;
    option: any;
}
