import { StructureSearchingGate } from './searching/structure-searching.gate'; import { StructureColumnHeaderGate } from './column/header/structure-column-header.gate'; import { StructurePagingGate } from './paging/structure-paging.gate'; import { StructureSelectionGate } from './source/structure-selection.gate'; import { StructureL10nGate } from './l10n/structure-l10n.gate'; import { StructurePanelGate } from './panel/structure-panel.gate'; import { StructureRowDetailGate } from './row/detail/structure-row-detail.gate'; import { StructureColumnMenuGate } from './column/menu/structure-column-menu.gate'; import { StructureSummariesGate } from '../../../../../feature/structure/summaries/src/gate/structure-summaries.gate'; import { StructureInfoPanelGate } from './panel/info/structure-info-panel.gate'; import { StructureRowClassGate } from './row/class/structure-row-class.gate'; import { StructureRowColoringGate } from './row/coloring/structure-row-coloring.gate'; import { StructureRowStyleGate } from './row/style/structure-row-style.gate'; import { ThemeGridGate } from '../../../../../feature/schema/src/gate/grid/theme-grid.gate'; import { SourceLoadingGate } from './source/source-loading.gate'; import { VerticalFormationGate } from '../../../../../feature/structure/vertical-formation/src/gate/vertical-formation.gate'; import { StructureSortingGate } from '../../../../../feature/structure/sorting/src/gate/structure-sorting.gate'; import { StructureFilterGate } from '../../../../../feature/structure/filter/src/gate/structure-filter.gate'; import { StructureQuickFiltersGate } from '../../../../../feature/structure/filter/src/gate/structure-quick-filters.gate'; export declare const structureGates: (typeof StructureSearchingGate | typeof StructureColumnHeaderGate | typeof StructurePagingGate | typeof StructureSelectionGate | typeof StructureL10nGate | typeof StructurePanelGate | typeof StructureRowDetailGate | typeof StructureColumnMenuGate | typeof StructureSummariesGate | typeof StructureInfoPanelGate | typeof StructureRowClassGate | typeof StructureRowColoringGate | typeof StructureRowStyleGate | typeof ThemeGridGate | typeof SourceLoadingGate | typeof VerticalFormationGate | typeof StructureSortingGate | typeof StructureFilterGate | typeof StructureQuickFiltersGate)[];