import { FunctionComponent } from "react"; declare global { interface StorefrontFunctionComponent

extends FunctionComponent

{ getSchema?(props: P): GenericObject schema?: GenericObject } interface StorefrontComponent

extends Component { getSchema?(props: P): GenericObject schema: GenericObject } }