import type { HTMLAttributes } from "react";
export type AuthStackProps = HTMLAttributes;
/** Canonical 12px vertical rhythm for the direct sections inside an auth card. */
export declare function AuthStack({ className, ...props }: AuthStackProps): import("react").JSX.Element;