type Lifecycle = { id: string; name: string; widget_config: unknown; is_primary_widget: boolean; }; type WidgetIdentifierPanelProps = { sourceId: string; workspaceId: string; lifecycles: Lifecycle[]; brandingColor?: string; onPrimaryChanged?: () => void; }; export declare function WidgetIdentifierPanel({ sourceId, lifecycles, brandingColor, onPrimaryChanged }: WidgetIdentifierPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=WidgetIdentifierPanel.d.ts.map