import { TagSize } from './Tag.types'; /** * Returns the CSS class name for the given tag size * @param size - The size of the tag * @returns The corresponding CSS class name */ export declare const getSize: (size: TagSize) => string; //# sourceMappingURL=utils.d.ts.map