import { IChartDataset } from '@qn-pandora/app-sdk';
import { ISearchChartStyleService } from '../base';
import LogEventChartStyleService from '../../../../base-pandora-visualization/services/chart-style/charts/log-event';
export default class SearchLogEventChartStyleService extends LogEventChartStyleService implements ISearchChartStyleService {
    datasetReaction(dataset: IChartDataset): void;
    get option(): {
        chartType: import("../../../..").ChartType;
        documentType: import("../../../../base-pandora-visualization/services/chart-style/charts/log-event").DocumentType;
        schemas: string[];
        pagination: boolean;
        pageSize: number;
    };
}
