interface WidgetListProps { filter?: Array | string; onSelect: (type: string, addData: { style?: string; savedBlock?: any; }) => void; } export declare const WidgetList: (props: WidgetListProps) => import("react/jsx-runtime").JSX.Element; export {};