import React from 'react'; import { LiquidRangeProps } from './LiquidRange.types'; declare const LiquidRange: React.FC; export default LiquidRange;