import * as Css from 'csstype'; import { type ThemeToken, type GenericToken } from './types'; export declare const textDecorationStyleProperties: import("./types").StylePropertyConfigs; export type TextDecorationProps = { textDecorationColor?: ThemeToken; textDecoration?: GenericToken; textDecor?: GenericToken; textDecorationLine?: GenericToken; textDecorationStyle?: GenericToken; textDecorationThickness?: GenericToken; textUnderlineOffset?: GenericToken; textShadow?: ThemeToken; };