import type { ExistingLegalEntity } from '../../core/models/api/legal-entity'; interface UseShouldShowIntroductionProps { legalEntity: ExistingLegalEntity; } export declare const useShouldShowIntroduction: ({ legalEntity, }: UseShouldShowIntroductionProps) => boolean; export {};