import { type ActionButtonElement, type ActionButtonProps } from "../../utils/createActionButton.js"; declare const useComposerAddAttachment: ({ multiple, }?: { /** allow selecting multiple files */ multiple?: boolean | undefined; }) => (() => void) | null; export declare namespace ComposerPrimitiveAddAttachment { type Element = ActionButtonElement; type Props = ActionButtonProps; } export declare const ComposerPrimitiveAddAttachment: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & { /** allow selecting multiple files */ multiple?: boolean | undefined; } & import("react").RefAttributes>; export {}; //# sourceMappingURL=ComposerAddAttachment.d.ts.map