import type { CSSProperties } from "react"; export declare type StyleObject = CSSProperties & { [k: string]: string | number | CSSProperties; };