export declare const searchProductMock: SearchProduct & {
    cacheId?: string;
    [key: string]: any;
};
