/*! * Copyright © 2018-present Upvest GmbH. All rights reserved. * * License is found in the LICENSE file in the root directory of this source tree. */ /** * The assistiveTextClass hides an element, yet enables a screenreader to read * the element that is hidden. This should be used over other methods when you * don’t want to hide from screenreaders. */ export declare const assistiveTextClass: string;