import PropTypes from 'prop-types'; declare const DhPropTypes: Readonly<{ Column: PropTypes.Requireable; type: PropTypes.Validator; description: PropTypes.Requireable; constituentType: PropTypes.Requireable; }>>; FilterCondition: PropTypes.Requireable any>; and: PropTypes.Validator<(...args: any[]) => any>; or: PropTypes.Validator<(...args: any[]) => any>; }>>; IdeSession: PropTypes.Requireable any>; removeEventListener: PropTypes.Validator<(...args: any[]) => any>; onLogMessage: PropTypes.Requireable<(...args: any[]) => any>; getTable: PropTypes.Validator<(...args: any[]) => any>; runCode: PropTypes.Validator<(...args: any[]) => any>; }>>; RollupConfig: PropTypes.Requireable; aggregations: PropTypes.Requireable>; includeConstituents: PropTypes.Requireable; includeOriginalColumns: PropTypes.Requireable; includeDescriptions: PropTypes.Requireable; }>>; Sort: PropTypes.Requireable any>; desc: PropTypes.Validator<(...args: any[]) => any>; abs: PropTypes.Validator<(...args: any[]) => any>; column: PropTypes.Validator; type: PropTypes.Validator; description: PropTypes.Requireable; constituentType: PropTypes.Requireable; }>>>; direction: PropTypes.Validator; isAbs: PropTypes.Validator; }>>; Table: PropTypes.Requireable; type: PropTypes.Validator; description: PropTypes.Requireable; constituentType: PropTypes.Requireable; }> | null | undefined)[]>; customColumns: PropTypes.Validator<(string | null | undefined)[]>; filter: PropTypes.Requireable<(PropTypes.InferProps<{ not: PropTypes.Validator<(...args: any[]) => any>; and: PropTypes.Validator<(...args: any[]) => any>; or: PropTypes.Validator<(...args: any[]) => any>; }> | null | undefined)[]>; addEventListener: PropTypes.Validator<(...args: any[]) => any>; removeEventListener: PropTypes.Validator<(...args: any[]) => any>; size: PropTypes.Validator; sort: PropTypes.Requireable; copy: PropTypes.Validator<(...args: any[]) => any>; applyFilter: PropTypes.Validator<(...args: any[]) => any>; applySort: PropTypes.Validator<(...args: any[]) => any>; applyCustomColumns: PropTypes.Validator<(...args: any[]) => any>; description: PropTypes.Requireable; }>>; TreeTable: PropTypes.Requireable; type: PropTypes.Validator; description: PropTypes.Requireable; constituentType: PropTypes.Requireable; }> | null | undefined)[]>; filter: PropTypes.Requireable; isExpanded: PropTypes.Validator<(...args: any[]) => any>; saveExpandedState: PropTypes.Validator<(...args: any[]) => any>; addEventListener: PropTypes.Validator<(...args: any[]) => any>; removeEventListener: PropTypes.Validator<(...args: any[]) => any>; size: PropTypes.Validator; sort: PropTypes.Requireable; applyFilter: PropTypes.Validator<(...args: any[]) => any>; applySort: PropTypes.Validator<(...args: any[]) => any>; }>>; VariableChanges: PropTypes.Requireable; type: PropTypes.Validator; }> | null | undefined)[]>; updated: PropTypes.Validator<(PropTypes.InferProps<{ name: PropTypes.Validator; type: PropTypes.Validator; }> | null | undefined)[]>; removed: PropTypes.Validator<(PropTypes.InferProps<{ name: PropTypes.Validator; type: PropTypes.Validator; }> | null | undefined)[]>; }>>; VariableDefinition: PropTypes.Requireable; type: PropTypes.Validator; }>>; }>; export default DhPropTypes; //# sourceMappingURL=PropTypes.d.ts.map