import { ReactElement } from "react"; import { Props } from "../types"; export declare const Sun: ({ className, onClick, style }: Props) => ReactElement;