import { StyledCaptionRequiredProps } from './caption.interfaces'; export declare const StyledCaption: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, StyledCaptionRequiredProps, never>;