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