import type { HtmlIngredientProps } from '../types.js'; export interface CheckboxIndicatorProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const CheckboxIndicator: import("svelte").Component; type CheckboxIndicator = ReturnType; export default CheckboxIndicator;