import { POSITIONS } from '../../../types/positions/positions';
import { IInputValue } from '../types/toggle';
export declare const getValueOfRadioButton: (position: POSITIONS, inputValues?: IInputValue) => string | undefined;
