import { type TxtComponent } from './TxtBase.types'; /** * @param [sizing=bodyMedium] * @param [weight=400] * @param [color=black] */ export declare const TxtBase: TxtComponent; //# sourceMappingURL=TxtBase.d.ts.map