export { default as Tag } from './tag';
export { Root as StyledRoot, Action as StyledAction, Text as StyledText, } from './styled-components';
export { KIND, HIERARCHY, SIZE, SUPPORTED_KIND, DEPRECATED_KIND } from './constants';
export * from './types';
