﻿// @flow
import type {Plugin} from 'jss'

export type Options = {[key: string]: string | ((val: number) => string)}

declare export default (options?: Options) => Plugin
