4 lines
171 B
TypeScript
4 lines
171 B
TypeScript
/// <reference types="react" />
|
|
import type { KcProps } from "./KcProps";
|
|
export declare const Info: import("react").MemoExoticComponent<(props: KcProps) => JSX.Element>;
|