import type { JSX } from 'solid-js'; import type { DisclosureStateRenderProps } from '../../states/create-disclosure-state'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type CommandBarOverlayProps = HeadlessPropsWithRef; /** * The backdrop behind a `CommandBar`. Clicking it closes the bar, so give it a * size — it has no styles of its own. * * Renders a `
` by default. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/command-bar.md} */ export declare function CommandBarOverlay(props: CommandBarOverlayProps): JSX.Element; //# sourceMappingURL=CommandBarOverlay.d.ts.map