import type { TwTheme } from '../tw-config'; import type { StyleIR } from '../types'; export declare function opacity(value: string, config?: TwTheme['opacity']): StyleIR | null;