import type { AdminViewServerProps } from 'payload'; import React from 'react'; import './index.scss'; export declare function UnauthorizedView({ initPageResult }: AdminViewServerProps): React.JSX.Element; export declare const UnauthorizedViewWithGutter: (props: AdminViewServerProps) => React.JSX.Element; //# sourceMappingURL=index.d.ts.map