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