import { Layout, PivotLayout, TableLayout } from '../../../../types';
export declare function getLayoutWizardInitialExpandedCardId(layoutWizardMode: 'create' | 'edit' | undefined, firstCardId: string, isSectionConfigured: boolean): string | null;
export declare function isColumnsSectionConfigured(layout: TableLayout): boolean;
export declare function isRowGroupingSectionConfigured(layout: Layout): boolean;
export declare function isPivotRowGroupingSectionConfigured(layout: PivotLayout): boolean;
export declare function isTableAggregationsSectionConfigured(layout: TableLayout): boolean;
export declare function isPivotAggregationsSectionConfigured(layout: PivotLayout): boolean;
export declare function isPivotColumnsSectionConfigured(layout: PivotLayout): boolean;
