import * as React from 'react';
declare type Props = {
    active?: boolean;
    children: React.ReactNode;
};
declare const AttachmentPill: React.FunctionComponent<Props>;
export default AttachmentPill;
