import type { AuthFooterProp } from "../../props/components/layout.prop.js"; export type { AuthFooterProp } from "../../props/components/layout.prop.js"; export type { AuthFooterProp as AuthFooterProps } from "../../props/components/layout.prop.js"; /** Canonical mono legal line shared by hosted identity screens. */ export declare function AuthFooter({ product, terms, privacy, locale, className }: AuthFooterProp): import("react").JSX.Element;