import { CSSProperties } from 'react'; export interface StandardProps { style?: CSSProperties; className?: string; }