import { HTMLAttributes, ReactChild } from 'react' import CSS from 'csstype' export interface SelectionProps { color?: CSS.Property.Color background?: CSS.Property.Background }