import type { CSSProperties } from 'react'; export interface Ref { readonly current: T | null; } export interface Style extends CSSProperties {}