import { BooleanInput } from '@angular/cdk/coercion'; import * as i0 from "@angular/core"; import * as i1 from "../../theme/src/theme-check.directive"; import * as i2 from "../../common/sapphire-view-encapsulation"; /** * Used to render paragraphs of text. */ export declare class BodyComponent { size: 'lg' | 'md' | 'sm' | 'xs'; /** * The semantic color of the text * @default 'primary' */ color?: 'primary' | 'secondary' | 'positive' | 'negative' | 'warning' | 'informative'; bold?: BooleanInput; semibold?: BooleanInput; private get className(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }