/*! * Copyright © 2018-present Upvest GmbH. All rights reserved. * * License is found in the LICENSE file in the root directory of this source tree. */ import { NestedCSSProperties } from 'typestyle/lib/types'; export declare const visibilityHidden: NestedCSSProperties; export declare const visibilityVisible: NestedCSSProperties;