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