import type { FC } from 'react'; import type { InlineNotificationElementProps } from '../onboarding.types'; export declare const InlineNotificationElement: FC;