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