/**
 * SI derived unit of illuminance. 1 lx = 1 lm / m^2 = 1 cd / m^2.
 * @type {NamedUnit}
 */
export const LUX: NamedUnit;
import { NamedUnit } from "../../NamedUnit.js";
//# sourceMappingURL=LUX.d.ts.map