import { ComponentProps } from './@props'; export declare function renderer({ text, path: filePath, }: { text: string; path?: string; }, props: ComponentProps): Promise;