/// <reference types="react" />
import type { IPropsFlag } from './IFlag';
/**
 * Atom: Flag
 */
declare function Flag({ kind, icon, description, title, showDelete, size, customWidth, onClose, shadow, children, _t, useT }: IPropsFlag): JSX.Element;
export default Flag;
