import { CSSProperties } from "react"; export interface ISlideConfig { content: any; style: CSSProperties; }