import { InputHTMLAttributes } from "react"; export declare type ToggleTheme = { handleBackground: string; }; export declare type ToggleProps = InputHTMLAttributes;