import React from 'react'; import './index.less'; interface SliderValidateProps { scene?: string; onChange: (isValidate: boolean) => void; } declare function SliderValidate(props: SliderValidateProps): React.JSX.Element; export default SliderValidate;