import { type FC } from 'react'; import { CreateVariableProps } from './types'; import './CreateVariableSlider.scss'; declare const CreateVariableSlider: FC; export default CreateVariableSlider;