import { TranslateProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface TranslateProps { /** * The **`translate`** CSS property allows you to specify translation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value. * * @see https://developer.mozilla.org/docs/Web/CSS/translate */ style$Translate: T; } export declare const translate: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;