import { CssProperty, InheritedCssProperty } from 'tns-core-modules/ui/core/properties'; import { Color, Length } from 'tns-core-modules/ui/core/view'; import { Style } from 'tns-core-modules/ui/styling/style'; export declare const cssProperty: (target: Object, key: string | symbol) => void; export declare const rippleColorProperty: CssProperty; export declare const elevationProperty: CssProperty; export declare const elevationHighlightedProperty: CssProperty; export declare const translationZHighlightedProperty: CssProperty; export declare const variantProperty: CssProperty; export declare const tintColorProperty: InheritedCssProperty;