export default function rehypeFilter( this: import('unified').Processor, settings_0: Options ): | void | import('unified').Transformer export type Node = import('unist').Node export type Root = import('hast').Root export type Element = import('hast').Element export type AllowElement = ( element: Element, index: number, parent: Element | Root ) => boolean | undefined export type Options = { allowedElements?: Array disallowedElements?: Array allowElement?: AllowElement unwrapDisallowed?: boolean }