import React from "react";
export interface NotFoundProps {
    title?: string;
    label?: string;
    handle?: string;
}
export declare const NotFound: React.FC<NotFoundProps>;
export default NotFound;
