import { ReactElement } from 'react'; export interface TelemFormProps { path: string; } export declare const TelemForm: ({ path }: TelemFormProps) => ReactElement; //# sourceMappingURL=TelemForm.d.ts.map