import type { JSX } from 'solid-js'; import type { DisclosureStateRenderProps } from '../../states/create-disclosure-state'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type CommandBarPanelProps = HeadlessPropsWithRef; /** * The content of a `CommandBar`. Traps `Tab` while open and restores focus on * close. * * Renders a `
` by default. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/command-bar.md} */ export declare function CommandBarPanel(props: CommandBarPanelProps): JSX.Element; //# sourceMappingURL=CommandBarPanel.d.ts.map