export declare const StyledNotFound: import("@emotion/styled").StyledComponent; export interface ErrorPageProps { onClick: () => void; message?: string; buttonText?: string; } export declare const ErrorPage: ({ onClick, message, buttonText, }: ErrorPageProps) => import("@emotion/react/jsx-runtime").JSX.Element;