import { ButtonProps } from "@mui/material/Button";
export type SignOutButtonProps = ButtonProps;
export declare function SignOutButton(props: SignOutButtonProps): import("react/jsx-runtime").JSX.Element;
