import { type PropsWithChildren } from "react"; export interface SparklesProps extends PropsWithChildren { color?: string; } declare const _default: import("react").NamedExoticComponent; export default _default;