/** Interval 的 shape 工厂 */
declare const IntervalShapeFactory: import("../../../interface").ShapeFactory;
export default IntervalShapeFactory;
