import type { FieldAppSDK } from '@contentful/field-editor-shared'; import type { WidgetType } from './types'; export declare function getDefaultWidgetId(sdk: Pick): WidgetType;