type PublicCheckboxHiddenInputProps = { name: string; value?: string; required?: boolean; }; /** * The checklist hidden input for facilitating native form handling. Delegates to the Checkbox hidden input under the hood. */ export declare const ChecklistHiddenInput: import("@qwik.dev/core").Component; export {};