import type { ServerComponentProps } from 'payload';
export declare const BeforeDashboardServer: (props: ServerComponentProps) => Promise<import("react").JSX.Element>;
