import React from 'react'; import cx from 'classnames'; export interface Props { accessibilityLabel?: string; className?: Parameters[0]; } export declare const Attachment: React.FC; export default Attachment; //# sourceMappingURL=Attachment.d.ts.map