import { type FunctionalComponent as FC } from '../../stencil-public-runtime'; import type { BadgeTextPropType } from '../../schema'; type InternalUnderlinedBadgeTextProps = { badgeText: BadgeTextPropType; label: string; }; declare const KolInternalUnderlinedBadgeTextFc: FC; export default KolInternalUnderlinedBadgeTextFc;