import './Tag.constants.js';
import * as react_jsx_runtime from 'react/jsx-runtime';
import { TagProps } from './Tag.types.js';
import '../Typography/Typography.constants.js';
import 'react';

declare const Tag: {
    ({ children, color, disabled, fullWidth, label, size, ...props }: TagProps): react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { Tag, Tag as default };
