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