export default function createPicassoSelections({ selections, brush, majorScale, actions, selectionsFn }?: {}, { path }?: { path?: string | undefined; }): { layout: (lt: any) => void; filteredFields: (fields: any) => void; allowSimultaneous: (s: any) => void; release: () => void; };