import { FC } from 'react'; type Props = { buttonClassName?: string; isTextButton?: boolean; }; export declare const LogoutButton: FC; export {};