import { CheckboxComponent } from './checkbox.component'; import { CheckboxLabelDirective } from './checkbox-label.directive'; export { CheckboxComponent, CheckboxLabelDirective }; export declare class VCLCheckboxModule { }