type Props = { supportLink?: string; locale?: string; }; declare function ErrorPageAuth({ supportLink, locale, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export { ErrorPageAuth }; //# sourceMappingURL=ErrorPageAuth.component.d.ts.map