import React from "react"; import { Props as AttachmentCardProps } from "../AttachmentCard"; declare type Props = AttachmentCardProps; export declare class AttachmentAudio extends React.PureComponent { render(): JSX.Element; } export {};