import React from "react";
import type { BuiltInCheckBoxViewProps } from "../types/treeView.types";
export declare const CheckboxView: React.MemoExoticComponent<typeof _CheckboxView>;
declare function _CheckboxView(props: BuiltInCheckBoxViewProps): React.JSX.Element;
export declare const defaultCheckboxViewStyles: {
    mainView: {
        alignSelf: "center";
        alignItems: "center";
        flexDirection: "row";
        marginEnd: number;
    };
    checkboxView: {
        marginStart: number;
        transform: {
            scale: number;
        }[];
    };
    checkboxTextStyle: {
        color: string;
        marginTop: number | undefined;
    };
};
export {};
//# sourceMappingURL=CheckboxView.d.ts.map