/// <reference types="react" />
export interface StyleProps {
    style?: React.CSSProperties;
    className?: string;
}
