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