import type { StyleIR } from '../types';
export default function textDecorationStyle(value: string): StyleIR | null;
