import type { Schema } from '@teambit/graphql'; import type { ComponentMain } from './component.main.runtime'; export declare function componentSchema(componentExtension: ComponentMain): Schema;