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