export interface InviteLinkInvalidModalProps { onBackToLogin: () => void; /** Dismiss (X). Defaults to onBackToLogin. */ onClose?: () => void; title?: string; description?: string; backLabel?: string; className?: string; } /** * Notice shown when an invitation link is expired or invalid. Full-screen dark * backdrop with a single card — pinned to the bottom on mobile, centered from * tablet up; both the X and the button return to login. */ export declare function InviteLinkInvalidModal({ onBackToLogin, onClose, title, description, backLabel, className, }: InviteLinkInvalidModalProps): import("react").JSX.Element; //# sourceMappingURL=invite-link-invalid-modal.d.ts.map