import React from 'react'; export interface SubTextProps { /** * Whether to show the check icon */ icon?: "Yes" | "No"; /** * Additional CSS classes */ className?: string; } export declare const SubText: React.FC; //# sourceMappingURL=SubText.d.ts.map