/// interface Props { show: boolean; } export default function Toolbar({ show }: Props): JSX.Element; export {};