import { PropsWithChildren } from 'react'; type AuthCardProps = PropsWithChildren; declare function AuthCard({ children }: AuthCardProps): import("react/jsx-runtime").JSX.Element; export { AuthCard }; export type { AuthCardProps }; //# sourceMappingURL=AuthCard.d.ts.map