import { FC } from "react";
export interface Background404Props {
    className?: string;
}
export declare const Background404: FC<Background404Props>;
export default Background404;
