/// declare type ButtonProps = { onClick?: (e: any) => void; }; export default function BackButton({ onClick }: ButtonProps): JSX.Element; export {};