import React from 'react'; export declare const CheckboxWithLabel: React.NamedExoticComponent<{ children: React.ReactNode; input: React.ReactNode; disabled?: boolean; className?: string; id?: string; }>; //# sourceMappingURL=CheckboxWithLabel.d.ts.map