/// import { FTLStatusTagProps } from "../../"; export { FTLStatusTagProps }; export declare const FTLStatusTag: ({ status, size, isCloseable, onClose, icon, children, style, TypographyProps, closeIcon, }: FTLStatusTagProps) => JSX.Element;