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

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