export declare type RedactableTextProps = { children: string; redact?: boolean; }; export declare const RedactableText: ({ children: text, redact }: RedactableTextProps) => JSX.Element; //# sourceMappingURL=index.d.ts.map