import type { FC, PropsWithChildren } from "react";
export declare const MessageAttachmentByIndexProvider: FC<PropsWithChildren<{
    index: number;
}>>;
export declare const ComposerAttachmentByIndexProvider: FC<PropsWithChildren<{
    index: number;
}>>;
//# sourceMappingURL=AttachmentByIndexProvider.d.ts.map