import type { TransformNewProps, TransformProps } from './types'; declare const transform: (props: T, deprecated: (param0: string, param1: string, param2: string) => void) => TransformNewProps; export default transform;