import { IBox } from "../../core/types"; import { ITag } from './types'; export declare const tagRoundStyle: (props: ITag) => IBox;