declare type RestType = JSX.Element | null; export declare const Rest: () => RestType; export default Rest;