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