import { DefaultSlotView, ViewManager } from '@difizen/mana-core'; import type { SlotViewOption } from '@difizen/mana-core'; import React from 'react'; import './index.less'; export interface FlexOption extends SlotViewOption { sort?: boolean; } export declare const FlexViewComponent: React.ForwardRefExoticComponent>; export declare class FlexSlotView extends DefaultSlotView { label: React.ReactNode; view: React.ForwardRefExoticComponent>; sort: boolean | undefined; protected option: FlexOption; constructor(option: FlexOption, viewManager: ViewManager); } //# sourceMappingURL=index.d.ts.map