import { FC } from 'react'; import { TagProps } from './types'; export * from './types'; export declare const Tag: FC; //# sourceMappingURL=index.d.ts.map