/// export declare const checkboxDefaultProps: Readonly<{ checked: boolean; }>; export declare type CheckboxProps = { handleRootClick(value?: string | string[]): void; } & React.InputHTMLAttributes;