import React from 'react'; import { LingXiEdFC } from '@lingxiteam/types'; interface ContainerDropBoxProps extends React.HTMLProps { _component: any; } export interface MySliderEDProps { ContainerDropBox: React.FC; _component: any; range: any; defaultValue: any; direction: any; step: any; value: any; showMarks: any; marks: any; stepNull: any; included: any; minIcon: any; maxIcon: any; max: any; min: any; showInput: any; showLabel: any; labelPlacement: any; draggableTrack: any; className: any; style: any; disabled: any; selfSpan: any; wrapperCol: any; labelCol: any; } declare const MySliderED: LingXiEdFC; export default MySliderED;