/// import { CaptionProps } from './caption.interfaces'; export declare const Caption: { ({ type, status, children }: CaptionProps): JSX.Element; defaultTheme: ({ colors, typography }: import("../..").CommonTheme) => [string, { color: string; fontFamily: string; fontSize: string; fontWeight: number; lineHeight: string; status: { basic: { color: string; }; primary: { color: string; }; success: { color: string; }; info: { color: string; }; warning: { color: string; }; danger: { color: string; }; control: { color: string; }; }; type: { default: { fontFamily: string; fontSize: string; fontWeight: number; lineHeight: string; }; alternate: { fontFamily: string; fontSize: string; fontWeight: number; lineHeight: string; }; }; }]; };