import { Type } from "igniteui-react-core"; /** * Describes available behaviors for displaying height of the funnel slices. */ export declare enum FunnelSliceDisplay { /** * The slice heights should be uniform. */ Uniform = 0, /** * The slice heights should be weighted by value. */ Weighted = 1 } /** * @hidden */ export declare let FunnelSliceDisplay_$type: Type;