import * as React from "react"; interface AuthCardProps { title: string; description: string; children: React.ReactNode; } export declare function AuthCard({ title, children }: AuthCardProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=auth-card.d.ts.map