import type { Rule } from 'eslint';
declare const noPxUnitRule: Rule.RuleModule;
export default noPxUnitRule;
