import { OTableColumnAggregateComponent } from './aggregate/o-table-column-aggregate.component';
import { OTablePaginatorComponent } from './paginator/o-table-paginator.component';
export declare const O_TABLE_FOOTER_COMPONENTS: (typeof OTablePaginatorComponent | typeof OTableColumnAggregateComponent)[];
