import * as React from 'react';
import { Layout, TableLayout } from '../../../../../types';
export declare const isAggregationsSectionValid: (data: Layout) => true | string;
export declare const AggregationsSectionSummary: React.FunctionComponent;
interface AggregationsSectionProps {
    onChange: (data: TableLayout) => void;
}
export declare const AggregationsSection: React.FunctionComponent<AggregationsSectionProps>;
export {};
