import type { ActionButtonProps } from "../../utils/createActionButton.js"; declare const useActionBarExportMarkdown: ({ filename, onExport, }?: { filename?: string | undefined; onExport?: ((content: string) => void | Promise) | undefined; }) => (() => Promise) | null; export declare namespace ActionBarPrimitiveExportMarkdown { type Element = HTMLButtonElement; type Props = ActionButtonProps; } export declare const ActionBarPrimitiveExportMarkdown: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & { filename?: string | undefined; onExport?: ((content: string) => void | Promise) | undefined; } & import("react").RefAttributes>; export {}; //# sourceMappingURL=ActionBarExportMarkdown.d.ts.map