declare type BackButtonProps = { onClick: (e: Event) => void; }; export declare const BackButton: (props?: Partial) => any; export {};