export declare enum CheckboxOptionType {
    withRightLabel = "withRightLabel",
    withAboveLabel = "withAboveLabel",
    withLeftLabel = "withLeftLabel",
    withBelowLabel = "withBelowLabel",
    withoutLabel = "wiyhoutLabel"
}
