import { Props } from "./Props"; export const LogoutSmall = (props: Props) => { return ( ); };