import { DeviceBreakpointsType } from '../../../types/breakpoints/breakpoints';
import { SliderTooltipType } from '../types/slider';
export declare const isActive: (state: boolean, currentActivePoint: string, checkActivePoint: string) => boolean;
export declare const isTooltipVisible: (tooltip: SliderTooltipType | undefined, pressed: boolean, device: DeviceBreakpointsType) => boolean;
