import type * as CSS from 'csstype'; export interface customTransformProps { /** * The CSS `transform` property */ transform?: CSS.Property.Transform; /** * The CSS `transform-origin` property */ transformOrigin?: CSS.Property.TransformOrigin; } export declare const customTransform: import("styled-system").styleFn;