import { ListViewPagingGate } from './paging/list-view-paging.gate'; import { ListViewModeGate } from './mode/list-view-mode.gate'; import { ListViewTemplateGate } from './template/list-view-template.gate'; import { ListViewFieldGate } from './field/list-view-field.gate'; import { ListViewSearchingGate } from './searching/list-view-searching.gate'; import { ListViewL10nGate } from './l10n/list-view-l10n.gate'; import { ListViewSourceGate } from './source/list-view-source.gate'; export declare const listViewGatewayDeclarations: (typeof ListViewPagingGate | typeof ListViewModeGate | typeof ListViewTemplateGate | typeof ListViewFieldGate | typeof ListViewSearchingGate | typeof ListViewL10nGate | typeof ListViewSourceGate)[];