import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum CheckboxLabelPosition {
    After = 0,
    Before = 1
}
/**
 * @hidden
 */
export declare let CheckboxLabelPosition_$type: Type;
