import './NotFoundContent.scss'; type NotFoundContentProps = { message: string; }; declare const NotFoundContent: ({ message, }: NotFoundContentProps) => import("react/jsx-runtime").JSX.Element; export default NotFoundContent; //# sourceMappingURL=NotFoundContent.d.ts.map