import { Rule } from "eslint"; import { JSXElement } from "estree-jsx"; /** Returns true if an element is a patternfly/react-icons import, false if it isn't, and undefined * if no element is passed (for type safety) */ export declare function isReactIcon(context: Rule.RuleContext, element?: JSXElement): boolean; //# sourceMappingURL=isReactIcon.d.ts.map