import type { Rule } from 'eslint';
import { type VariableDeclarator } from 'eslint-codemod-utils';
/**
 * Returns a styled component
 */
export declare const getStyledComponentCall: (node: Rule.Node) => (VariableDeclarator & Rule.NodeParentExtension) | undefined;
