import type { Rule } from "eslint";
export declare function getCommonOptions(ctx: Rule.RuleContext): {
    attributes: any;
    callees: any;
    tags: any;
    tailwindConfig: any;
    tsconfig: any;
    variables: any;
};
//# sourceMappingURL=options.d.ts.map