import { ESLintUtils } from '@typescript-eslint/utils';
export type Options = readonly [
    {
        injectedPropsPattern: string;
        ownPropsPattern: string;
    }
];
export declare const stronglyTypedInjectComponentGenerator: () => ESLintUtils.RuleModule<"strongly-typed-inject-component", Options, ESLintUtils.RuleListener>;
//# sourceMappingURL=index.d.ts.map