import { PublicConfigClass } from '../../../../../packages/public';
import { CreateComponentType } from '../../../../../packages/index.d';
import { ComponentInteractEventEnum } from './interact';
export declare const option: {
    componentInteractEventKey: ComponentInteractEventEnum;
    inputValue: string;
    dataset: string;
};
export default class Config extends PublicConfigClass implements CreateComponentType {
    key: string;
    attr: {
        w: number;
        h: number;
        zIndex: number;
        x: number;
        y: number;
        offsetX: number;
        offsetY: number;
    };
    chartConfig: import('../../../../../packages/index.d').ConfigType;
    interactActions: import('../../../../../enums/eventEnum').InteractActionsType[];
    option: {
        componentInteractEventKey: ComponentInteractEventEnum;
        inputValue: string;
        dataset: string;
    };
}
