import * as React from 'react'; import { IAttachmentTagProps } from './AttachmentTag.types'; export declare const NoneButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, { stroked?: boolean; }, never>; declare const AttachmentTag: React.FC; export default AttachmentTag;