import { BaseStyle } from "../BaseStyle"; export declare class CheckboxStyle extends BaseStyle { labelTextFont?: string; labelTextColor?: string; checkedBackgroundColor?: string; uncheckedBackgroundColor?: string; constructor(props: Partial); } //# sourceMappingURL=CheckboxStyle.d.ts.map