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