import type { ReactNode } from 'react';
import type { AppShellAuthConfig } from './types.js';
export declare function AppShellAuth({ children, title, description, brandName, brandMark, eyebrow, preview, actions, }: AppShellAuthConfig & {
    children: ReactNode;
}): import("react/jsx-runtime").JSX.Element;
