export interface WzCheckboxProps {
    indeterminate?: boolean;
    disabled?: boolean;
    checked?: boolean;
    name?: string;
    value?: string;
    hasError?: boolean;
}
//# sourceMappingURL=Checkbox.d.ts.map