import { NgDocSnippet } from '../interfaces/snippet';
/**
 *    Finds and return all the snippets in the given string.
 * @deprecated - Use `processSnippets` instead
 * @param content - Content
 * @returns - Array of snippets
 */
export declare function processLegacySnippets(content: string): NgDocSnippet[];
