import { CSSProperties } from 'react';

declare const styleConverter: (value: string) => CSSProperties;

export = styleConverter;
