/// <reference types="react" />
export interface StylesProps {
    color?: string;
    borderRadius?: string;
    boxShadow?: string;
    style?: React.CSSProperties;
    cobyText?: string;
}
