import type { BuiltInCheckBoxViewProps } from "../types/treeView.types"; export declare const CheckboxView: import("react").MemoExoticComponent; declare function _CheckboxView(props: BuiltInCheckBoxViewProps): import("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