interface UseHasSeenIntroductionProps { legalEntityId: string; } export declare const useHasSeenIntroduction: ({ legalEntityId }: UseHasSeenIntroductionProps) => { hasSeenIntroduction: boolean; setHasSeenIntroduction: import("preact/hooks").Dispatch>; }; export {};