import type { JSX } from 'solid-js'; import type { CheckStateRenderProps } from '../../states/create-check-state'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type CheckboxDescriptionProps = HeadlessProps; /** * The accessible description of a `Checkbox`, wired up through `aria- * describedby`. * * Renders a `

` by default. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/checkbox.md} */ export declare function CheckboxDescription(props: CheckboxDescriptionProps): JSX.Element; //# sourceMappingURL=CheckboxDescription.d.ts.map