import { TFunction } from '@cmsgov/design-system'; interface DeConsumerMessageProps { deBrokerName?: string; /** * @ignore */ t: TFunction; } /** * Instead of coming to the Marketplace and seeing all plans that * an applicant is eligible for, a direct enrollment consumer is * someone who went directly to an issuer website, applied, and was * redirected to the Marketplace for verification services to be run. * This message is displayed to those consumers to provide guidance * on how to complete their application. */ declare const DeConsumerMessage: (props: DeConsumerMessageProps) => import("react/jsx-runtime").JSX.Element; export default DeConsumerMessage;