UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

10 lines (9 loc) 246 B
import { SVGProps } from 'react'; /** * @@@ * * @private internal subcomponent used by various components */ export declare function AboutIcon(props: SVGProps<SVGSVGElement> & { size?: number; }): import("react/jsx-runtime").JSX.Element;