import { SystemStyleObject, Theme } from "../types"; /** Compute system style object and return the generated className. */ export declare function computeStyle(style: SystemStyleObject, theme: Theme): string;