import { PressableProps } from "react-native"; //#region src/primitives/attachment/AttachmentRemove.d.ts type AttachmentRemoveProps = Omit & { children: PressableProps["children"]; }; declare const AttachmentRemove: ({ children, ...pressableProps }: AttachmentRemoveProps) => import("react").JSX.Element; //#endregion export { AttachmentRemove, AttachmentRemoveProps }; //# sourceMappingURL=AttachmentRemove.d.ts.map