import { type HeaderProps } from '../Header'; type UseLogicParams = HeaderProps; export declare const useLogic: ({ profile }: UseLogicParams) => { isShowExitButton: boolean; isShowProfile: boolean; }; export {};