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; export declare function CommandBarTitle(props: CommandBarTitleProps): JSX.Element; //# sourceMappingURL=CommandBarTitle.d.ts.map