import React from 'react'; export interface CustomStyle { style?: React.CSSProperties; className?: string; }