import { SFUISchemaItem } from '../../schema/ui';
export interface SFCustomWidgetSchema extends SFUISchemaItem {
}
