import { ObjectLiteralType, ScalarType } from '../type'; export declare const getStyleFor: (property: string, value?: ScalarType | undefined, theme?: ObjectLiteralType | undefined) => string;