import AlgorithmConfig from './algorithmConfig'; export type { AlgorithmConfigProps, AlgorithmConfigRef } from './algorithmConfig'; export type { AlgorithmTableProps } from './components/algorithmTable'; export type { TimeTemplateTableProps } from './components/timeTemplateTable'; export default AlgorithmConfig;