export interface StarfieldBackgroundProps { className?: string; frameRate?: number; } export declare function StarfieldBackground({ className, frameRate, }: StarfieldBackgroundProps): import("react").JSX.Element; //# sourceMappingURL=StarfieldBackground.d.ts.map