import { Type } from "igniteui-react-core";
/**
 * Describes available types of alignment used by the outer labels of the funnel chart.
 */
export declare enum OuterLabelAlignment {
    /**
     * The labels will be displayed to the left of the chart.
     */
    Left = 0,
    /**
     * The labels will be displayed to the right of the chart.
     */
    Right = 1
}
/**
 * @hidden
 */
export declare let OuterLabelAlignment_$type: Type;
