import { PerspectiveProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface PerspectiveProps { /** * The **`perspective`** CSS property determines the distance between the z=0 plane and the user in order to give a 3D-positioned element some perspective. Each 3D element with z>0 becomes larger; each 3D-element with z<0 becomes smaller. The strength of the effect is determined by the value of this property. * * @see https://developer.mozilla.org/docs/Web/CSS/perspective */ style$Perspective: T; } export declare const perspective: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;