import type { JSX } from 'solid-js'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type ToolbarProps = HeadlessPropsWithRef; export declare function Toolbar(props: ToolbarProps): JSX.Element; //# sourceMappingURL=index.d.ts.map