export type CaptionComponentProps = { amp?: boolean; children: string; enabled?: boolean; fontFamily?: string; fontSize?: [string, string]; height?: string; lineHeight?: [string, string]; }; export type CaptionProps = { amp?: boolean; enabled?: boolean; fontFamily?: string; fontSize?: [string, string]; height?: string; lineHeight?: [string, string]; };