import type { TransformProps } from '../../lib/extract/types';
import type { BaseProps } from '../types';
export declare function parseTransformProp(transform: TransformProps['transform'], props?: BaseProps): string | undefined;
export declare function stringifyTransformProps(transformProps: TransformProps): string[];
//# sourceMappingURL=parseTransform.d.ts.map