import { JsxAttribute } from 'ts-morph';

declare const extractPseudoAttribute: (jsxAttribute: JsxAttribute) => string | number | boolean | Record<string, any> | (string | number | undefined)[] | undefined;

export { extractPseudoAttribute };
