import { NodePath, types as t } from '@babel/core'; export declare const checkIfComponentUsesThemeProvider: (funcPath: NodePath, types: typeof t) => boolean;