export interface FormSliderEvents {
    onInput: (value: any) => void;
}
