import { TextProps } from "react-native"; import { FC } from "react"; //#region src/primitives/attachment/AttachmentName.d.ts type AttachmentNameProps = TextProps; declare const AttachmentName: FC; //#endregion export { AttachmentName, AttachmentNameProps }; //# sourceMappingURL=AttachmentName.d.ts.map