/// export interface Props { onClick?(): void; onTouchStart?(): void; belowNavigation?: boolean; } export default function Backdrop(props: Props): JSX.Element;