import React from "react";
export declare const GlowingStarsBackgroundCard: ({ className, children, }: {
    className?: string;
    children?: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
export declare const GlowingStarsDescription: ({ className, children, }: {
    className?: string;
    children?: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
export declare const GlowingStarsTitle: ({ className, children, }: {
    className?: string;
    children?: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Illustration: ({ mouseEnter }: {
    mouseEnter: boolean;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=glowing-stars-background-card.d.ts.map