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

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