/// <reference types="react" />
import type { SmartTag } from './PropTypes';
declare const Tag: import("react").FC<SmartTag>;
export { Tag };
export { SmartTag, SmartTagEvents, SmartTagExternalClassName, SmartTagProps } from './PropTypes';
