import type { JSX } from 'solid-js'; import type { CheckStateRenderProps } from '../../states/create-check-state'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type CheckboxLabelProps = HeadlessProps; export declare function CheckboxLabel(props: CheckboxLabelProps): JSX.Element; //# sourceMappingURL=CheckboxLabel.d.ts.map