/** * Copyright © INOVUA TRADING. * * This source code is licensed under the Commercial License found in the * LICENSE file in the root directory of this source tree. */ import EnterpriseColumnLayout from '../../EnterpriseColumnLayout'; declare const _default: { name: string; maybeAddColumns: (columns: any[], props: { onRowReorder?: import("../../../community-edition/types/TypeDataGridProps").TypeRowReorder | undefined; rowReorderColumn?: import("../../types").IColumn | undefined; }) => any[]; defaultProps: () => { ColumnLayout: typeof EnterpriseColumnLayout; }; }; export default _default;