export declare const transformWireframeProps: (props: {
    [key: string]: any;
}) => {
    [key: string]: any;
};
