import { TypeEnum } from './type'; declare const _default: { type: TypeEnum; width: number; auxiliaryText: string; auxiliaryRange: string[]; timeRange: string[]; statusParams: { '--': { color: string; text: string; }; }; style: {}; timeLine: never[]; defaultColor: string; }; export default _default;