import Root from './root.svelte'; export type { CheckboxRootProps } from './root.svelte'; import Indicator from './indicator.svelte'; export type { CheckboxIndicatorProps } from './indicator.svelte'; export declare const Checkbox: { Root: typeof Root; Indicator: typeof Indicator; };