import React from 'react'; export declare const CheckboxInput: React.ForwardRefExoticComponent & Pick & { indeterminate?: boolean | undefined; } & React.RefAttributes>;