import { LogOut, Reboot, ShutDown, Sleep } from './PowerButtons'; export const PowerMenu = (): JSX.Element => { return ( ); };