import { FC } from 'react'; import { InnerNudgeProps } from './Nudge.types'; export declare const InnerNudge: FC;