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