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