/// import { LinkProps } from '../Link'; export type CourseSlatLinkProps = { linkProps?: LinkProps; }; export declare const CourseSlatLink: ({ linkProps }: CourseSlatLinkProps) => JSX.Element;