import { TextProps } from '../text/text'; export interface CaptionTextProps extends TextProps { size: 1 | 2; lineHeight?: 1 | 2; } export declare function CaptionText(props: CaptionTextProps): import("react/jsx-runtime").JSX.Element; export default CaptionText; //# sourceMappingURL=caption-text.d.ts.map