export declare const manipulatePropsFunction: (_: any, propsToPass?: Record<string, unknown>) => {
    [x: string]: unknown;
};
