import { NotFoundProps } from "./NotFound"; export declare const NotFoundCard: ({ className, message, ...props }: NotFoundProps) => import("@emotion/react/jsx-runtime").JSX.Element;