import { CSSProp } from 'styled-components'; export type TCheckerBoardPattern = { opacity?: number; externalStyle?: CSSProp; color?: string; };