import React from 'react'; interface SunIconProps { className?: string; width?: number; height?: number; } export declare const SunIcon: React.FC; export {}; //# sourceMappingURL=sun-icon.d.ts.map