/// import { Props as PopoverProps } from '../Popover'; export type CourseSlatTitleProps = { title?: string; popoverOnInteraction?: PopoverProps['contentRenderer']; }; export declare const CourseSlatTitle: ({ title, popoverOnInteraction }: CourseSlatTitleProps) => JSX.Element;