import type { ID } from '../types'; /** * Hook for widget schema properties management. * @param widgetId - widget id * @returns [properties, updateProperties] * @public */ export declare const useWidgetProps: = Record>(widgetId: ID) => readonly [any, any];