import * as i0 from "@angular/core"; import * as i1 from "../../theme/src/theme-check.directive"; import * as i2 from "../../common/sapphire-view-encapsulation"; /** * A caption is a short, and visually small, piece of descriptive text. * This usually accompanies a picture or some other element which is being described by the caption. */ export declare class CaptionComponent { size: 'md' | 'sm'; /** * The semantic color of the text * @default 'primary' */ color?: 'primary' | 'secondary' | 'positive' | 'negative' | 'warning' | 'informative'; private get className(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }