import { IProduct } from ".";
export default interface StencilContext {
    product: IProduct;
}
