import { LegalEntityType } from '../../core/models/api/legal-entity-type';
import { IntroductionScreens } from './types';
export declare const introductionScreensByLegalEntityType: Record<LegalEntityType, IntroductionScreens[]>;
