export declare const sanitizeInput: (value: string, ...extraAllowedTags: string[]) => string; /** * Adding this default export to satisfy the `import/prefer-default-export` eslint rule. * * Remove this once more functions are added to this file, OR * rename this from `story-helpers.ts` if the only planned function is for sanitizeInput */ export default sanitizeInput; //# sourceMappingURL=story-helpers.d.ts.map