import './index.scss'; export interface SourceCodeProps { href: string; platform?: 'github' | 'gitlab'; } export declare function SourceCode(props: SourceCodeProps): import("react/jsx-runtime").JSX.Element;