export interface ProcessingProps { text?: string; } export declare const Processing: ({ text }: ProcessingProps) => JSX.Element; //# sourceMappingURL=index.d.ts.map