import './styles/index.css';
import { ExceptionsProps } from '../index';
declare const Exception404: ({ path, btnText, }: ExceptionsProps) => JSX.Element;
export default Exception404;
